Html Css Color HEX #DD7011 Chocolate

📋 copy color: '#DD7011'

red 221 ◦ green 112 ◦ blue 17

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

Shades of Chocolate #DD7011

Tints of Chocolate #DD7011

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32%

 BLUE value IS 17 (7.03% from 255) = 4.86%

R = 63.14%
G = 32%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DD7011 (or 0xDD7011) is known color: Chocolate. HEX triplet: DD, 70 and 11. RGB value is (221,112,17). Sum of RGB (Red+Green+Blue) = 221+112+17=350 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.14% from 350); Green value is 112 (44.14% from 255 or 32% from 350); Blue value is 17 (7.03% from 255 or 4.86% from 350); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7011 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7011 is #228FEE. Grayscale: #868686. Windows color (decimal): -2265071 or 1143005. OLE color: 1143005.

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

Color convert

RGB 221 112 17 -
CMYK 0 0.49 0.92 0.13
HSL 27.94º 0.86% 0.47% -
HSV(B) 27.94º 0.92% 0.87% -
XYZ 35.71 27 3.86 -
YUV 133.76 62.11 190.22 -
System Red Green Blue C M Y K H S L
Decimal 221 112 17 0 0.49 0.92 0.13 27.94 0.86 0.47
Hex DD 70 11 0 31 5C D 1C 56 2F
Octal 335 160 21 0 61 134 15 34 126 57
Binary 11011101 1110000 10001 0 110001 1011100 1101 11100 1010110 101111

Color Harmonies of #DD7011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7011

Black with #DD7011

Text Example


Text Example

White with #DD7011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7011; }

 p { color: rgb(221,112,17); }

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

background-color css

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

 a { background-color: rgb(221,112,17); }

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

border-color css

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

 span { border-color: rgb(221,112,17); }

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