Html Css Color HEX #DE7016 Chocolate

📋 copy color: '#DE7016'

red 222 ◦ green 112 ◦ blue 22

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

Shades of Chocolate #DE7016

Tints of Chocolate #DE7016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.18%

R = 62.36%
G = 31.46%
B = 6.18%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DE7016 (or 0xDE7016) is known color: Chocolate. HEX triplet: DE, 70 and 16. RGB value is (222,112,22). Sum of RGB (Red+Green+Blue) = 222+112+22=356 (47% of max value = 765). Red value is 222 (87.11% from 255 or 62.36% from 356); Green value is 112 (44.14% from 255 or 31.46% from 356); Blue value is 22 (8.98% from 255 or 6.18% from 356); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7016 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE7016 is #218FE9. Grayscale: #878787. Windows color (decimal): -2199530 or 1470686. OLE color: 1470686.

HSL color Cylindrical-coordinate representation of color #DE7016: hue angle of 27º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DE7016 is Cyan = 0, Magento = 0.50, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 112 22 -
CMYK 0 0.50 0.90 0.13
HSL 27º 0.82% 0.48% -
HSV(B) 27º 0.9% 0.87% -
XYZ 36.06 27.18 4.1 -
YUV 134.63 64.44 190.32 -
System Red Green Blue C M Y K H S L
Decimal 222 112 22 0 0.50 0.90 0.13 27 0.82 0.48
Hex DE 70 16 0 32 5A D 1B 52 30
Octal 336 160 26 0 62 132 15 33 122 60
Binary 11011110 1110000 10110 0 110010 1011010 1101 11011 1010010 110000

Color Harmonies of #DE7016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7016

Black with #DE7016

Text Example


Text Example

White with #DE7016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7016; }

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

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

background-color css

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

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

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

border-color css

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

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

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