Html Css Color HEX #DE7011 Chocolate

📋 copy color: '#DE7011'

red 222 ◦ green 112 ◦ blue 17

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

Shades of Chocolate #DE7011

Tints of Chocolate #DE7011

RGB

 RED value IS 222 (87.11% from 255) = 63.25%

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

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

R = 63.25%
G = 31.91%
B = 4.84%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DE7011 (or 0xDE7011) is known color: Chocolate. HEX triplet: DE, 70 and 11. RGB value is (222,112,17). Sum of RGB (Red+Green+Blue) = 222+112+17=351 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.25% from 351); Green value is 112 (44.14% from 255 or 31.91% from 351); Blue value is 17 (7.03% from 255 or 4.84% from 351); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7011 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE7011 is #218FEE. Grayscale: #868686. Windows color (decimal): -2199535 or 1143006. OLE color: 1143006.

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

Color convert

RGB 222 112 17 -
CMYK 0 0.50 0.92 0.13
HSL 27.8º 0.86% 0.47% -
HSV(B) 27.8º 0.92% 0.87% -
XYZ 36.02 27.16 3.87 -
YUV 134.06 61.94 190.72 -
System Red Green Blue C M Y K H S L
Decimal 222 112 17 0 0.50 0.92 0.13 27.8 0.86 0.47
Hex DE 70 11 0 32 5C D 1C 56 2F
Octal 336 160 21 0 62 134 15 34 126 57
Binary 11011110 1110000 10001 0 110010 1011100 1101 11100 1010110 101111

Color Harmonies of #DE7011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7011

Black with #DE7011

Text Example


Text Example

White with #DE7011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7011; }

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

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

background-color css

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

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

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

border-color css

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

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

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