Html Css Color HEX #DD5912 Chocolate

📋 copy color: '#DD5912'

red 221 ◦ green 89 ◦ blue 18

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

Shades of Chocolate #DD5912

Tints of Chocolate #DD5912

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.13%

 BLUE value IS 18 (7.42% from 255) = 5.49%

R = 67.38%
G = 27.13%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DD5912 (or 0xDD5912) is known color: Chocolate. HEX triplet: DD, 59 and 12. RGB value is (221,89,18). Sum of RGB (Red+Green+Blue) = 221+89+18=328 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.38% from 328); Green value is 89 (35.16% from 255 or 27.13% from 328); Blue value is 18 (7.42% from 255 or 5.49% from 328); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5912 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5912 is #22A6ED. Grayscale: #787878. Windows color (decimal): -2270958 or 1202653. OLE color: 1202653.

HSL color Cylindrical-coordinate representation of color #DD5912: hue angle of 20.99º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD5912 is Cyan = 0, Magento = 0.60, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 89 18 -
CMYK 0 0.60 0.92 0.13
HSL 20.99º 0.85% 0.47% -
HSV(B) 20.99º 0.92% 0.87% -
XYZ 33.5 22.56 3.16 -
YUV 120.37 70.23 199.77 -
System Red Green Blue C M Y K H S L
Decimal 221 89 18 0 0.60 0.92 0.13 20.99 0.85 0.47
Hex DD 59 12 0 3C 5C D 15 55 2F
Octal 335 131 22 0 74 134 15 25 125 57
Binary 11011101 1011001 10010 0 111100 1011100 1101 10101 1010101 101111

Color Harmonies of #DD5912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5912

Black with #DD5912

Text Example


Text Example

White with #DD5912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5912; }

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

 H1.HeaderClassName
 {
   color: #DD5912;
 }
 .AnyTagClassName
 {
   color: #DD5912;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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