#DD635E

Color #DD635E Roman (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Roman #DD635E

Tints of Roman #DD635E

Color information

#DD635E (or 0xDD635E) is unknown color: approx Roman. HEX triplet: DD, 63 and 5E. RGB value is (221,99,94). Sum of RGB (Red+Green+Blue) = 221+99+94=414 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.38% from 414); Green value is 99 (39.06% from 255 or 23.91% from 414); Blue value is 94 (37.11% from 255 or 22.71% from 414); Max value from RGB is 221 - color contains mainly: red. Hex color #DD635E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD635E is #229CA1. Grayscale: #878787. Windows color (decimal): -2268322 or 6185949. OLE color: 6185949.

HSL color Cylindrical-coordinate representation of color #DD635E: hue angle of 2.36º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DD635E is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB2219994-
CMYK00.550.570.13
HSL2.36º65.13%61.76%-
HSV(B)2.36º57.47%86.67%-
XYZ36.325.113.52-
YUV134.91104.92189.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 53.38%
GREEN value IS 99 (39.06% from 255) = 23.91%
BLUE value IS 94 (37.11% from 255) = 22.71%
R=53.38%
G=23.91%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221999400.550.570.132.3665.1361.76
HexDD635E03739D2413e
Octal3351431360677115210176
Binary110111011100011101111001101111110011101101000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD635E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD635E; }

 p { color: rgb(221,99,94); }

 H1.HeaderClassName
 {
   color: #DD635E;
 }
 .AnyTagClassName
 {
   color: #DD635E;
 }
</style>
background-color css

<style>
 a { background-color: #DD635E; }

 a { background-color: rgb(221,99,94); }

 div.DivClassName
 {
   background-color: #DD635E;
 }
 .BgClassName
 {
   background-color: #DD635E;
 }
</style>
border-color css

<style>
 span { border-color: #DD635E; }

 span { border-color: rgb(221,99,94); }

 td.TdClassName
 {
   border-color: #DD635E;
 }
 .TagClassName
 {
   border-color: #DD635E;
 }
</style>