Html Css Color HEX #DD6459 Roman

📋 copy color: '#DD6459'

red 221 ◦ green 100 ◦ blue 89

#DD6459
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Roman #DD6459

Tints of Roman #DD6459

RGB

 RED value IS 221 (86.72% from 255) = 53.9%

 GREEN value IS 100 (39.45% from 255) = 24.39%

 BLUE value IS 89 (35.16% from 255) = 21.71%

R = 53.9%
G = 24.39%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DD6459 (or 0xDD6459) is known color: 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

RGB 221 100 89 -
CMYK 0 0.55 0.60 0.13
HSL 0.66% 0.61% -
HSV(B) 0.6% 0.87% -
XYZ 36.18 25.21 12.41 -
YUV 134.93 102.09 189.39 -
System Red Green Blue C M Y K H S L
Decimal 221 100 89 0 0.55 0.60 0.13 5 0.66 0.61
Hex DD 64 59 0 37 3C D 5 42 3D
Octal 335 144 131 0 67 74 15 5 102 75
Binary 11011101 1100100 1011001 0 110111 111100 1101 101 1000010 111101

Color Harmonies of #DD6459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6459

Black with #DD6459

Text Example


Text Example

White with #DD6459

Text Example


Text Example

HTML Codes & Css Web 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>