#DD6459

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

Shades of Roman #DD6459

Tints of Roman #DD6459

Color information

#DD6459 (or 0xDD6459) is unknown color: approx Roman. HEX triplet: DD, 64 and 59. RGB value is (221,100,89). Sum of RGB (Red+Green+Blue) = 221+100+89=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 100 (39.45% from 255 or 24.39% from 410); Blue value is 89 (35.16% from 255 or 21.71% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6459 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6459 is #229BA6. Grayscale: #878787. Windows color (decimal): -2268071 or 5858525. OLE color: 5858525.

HSL color Cylindrical-coordinate representation of color #DD6459: hue angle of 5º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DD6459 is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB22110089-
CMYK00.550.600.13
HSL66%60.78%-
HSV(B)59.73%86.67%-
XYZ36.1825.2112.41-
YUV134.93102.09189.39-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 53.90%
GREEN value IS 100 (39.45% from 255) = 24.39%
BLUE value IS 89 (35.16% from 255) = 21.71%
R=53.90%
G=24.39%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.60
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211008900.550.600.1356660.78
HexDD64590373CD5423d
Octal3351441310677415510275
Binary1101110111001001011001011011111110011011011000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6459; }

 p { color: rgb(221,100,89); }

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

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

 a { background-color: rgb(221,100,89); }

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

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

 span { border-color: rgb(221,100,89); }

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