Html Css Color HEX #DD7412 Chocolate

📋 copy color: '#DD7412'

red 221 ◦ green 116 ◦ blue 18

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

Shades of Chocolate #DD7412

Tints of Chocolate #DD7412

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.68%

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

R = 62.25%
G = 32.68%
B = 5.07%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DD7412 (or 0xDD7412) is known color: Chocolate. HEX triplet: DD, 74 and 12. RGB value is (221,116,18). Sum of RGB (Red+Green+Blue) = 221+116+18=355 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.25% from 355); Green value is 116 (45.70% from 255 or 32.68% from 355); Blue value is 18 (7.42% from 255 or 5.07% from 355); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7412 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7412 is #228BED. Grayscale: #888888. Windows color (decimal): -2264046 or 1209565. OLE color: 1209565.

HSL color Cylindrical-coordinate representation of color #DD7412: hue angle of 28.97º 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 #DD7412 is Cyan = 0, Magento = 0.48, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 116 18 -
CMYK 0 0.48 0.92 0.13
HSL 28.97º 0.85% 0.47% -
HSV(B) 28.97º 0.92% 0.87% -
XYZ 36.17 27.91 4.05 -
YUV 136.22 61.29 188.47 -
System Red Green Blue C M Y K H S L
Decimal 221 116 18 0 0.48 0.92 0.13 28.97 0.85 0.47
Hex DD 74 12 0 30 5C D 1D 55 2F
Octal 335 164 22 0 60 134 15 35 125 57
Binary 11011101 1110100 10010 0 110000 1011100 1101 11101 1010101 101111

Color Harmonies of #DD7412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7412

Black with #DD7412

Text Example


Text Example

White with #DD7412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7412; }

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

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

background-color css

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

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

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

border-color css

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

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

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