Html Css Color HEX #DD6012 Chocolate

📋 copy color: '#DD6012'

red 221 ◦ green 96 ◦ blue 18

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

Shades of Chocolate #DD6012

Tints of Chocolate #DD6012

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.66%

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

R = 65.97%
G = 28.66%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DD6012 (or 0xDD6012) is known color: Chocolate. HEX triplet: DD, 60 and 12. RGB value is (221,96,18). Sum of RGB (Red+Green+Blue) = 221+96+18=335 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.97% from 335); Green value is 96 (37.89% from 255 or 28.66% from 335); Blue value is 18 (7.42% from 255 or 5.37% from 335); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6012 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6012 is #229FED. Grayscale: #7C7C7C. Windows color (decimal): -2269166 or 1204445. OLE color: 1204445.

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

Color convert

RGB 221 96 18 -
CMYK 0 0.57 0.92 0.13
HSL 23.05º 0.85% 0.47% -
HSV(B) 23.05º 0.92% 0.87% -
XYZ 34.11 23.78 3.36 -
YUV 124.48 67.91 196.84 -
System Red Green Blue C M Y K H S L
Decimal 221 96 18 0 0.57 0.92 0.13 23.05 0.85 0.47
Hex DD 60 12 0 39 5C D 17 55 2F
Octal 335 140 22 0 71 134 15 27 125 57
Binary 11011101 1100000 10010 0 111001 1011100 1101 10111 1010101 101111

Color Harmonies of #DD6012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6012

Black with #DD6012

Text Example


Text Example

White with #DD6012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6012; }

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

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

background-color css

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

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

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

border-color css

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

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

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