Html Css Color HEX #DE5616 Chocolate

📋 copy color: '#DE5616'

red 222 ◦ green 86 ◦ blue 22

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

Shades of Chocolate #DE5616

Tints of Chocolate #DE5616

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.06%

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

R = 67.27%
G = 26.06%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DE5616 (or 0xDE5616) is known color: Chocolate. HEX triplet: DE, 56 and 16. RGB value is (222,86,22). Sum of RGB (Red+Green+Blue) = 222+86+22=330 (43% of max value = 765). Red value is 222 (87.11% from 255 or 67.27% from 330); Green value is 86 (33.98% from 255 or 26.06% from 330); Blue value is 22 (8.98% from 255 or 6.67% from 330); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5616 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE5616 is #21A9E9. Grayscale: #777777. Windows color (decimal): -2206186 or 1464030. OLE color: 1464030.

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

Color convert

RGB 222 86 22 -
CMYK 0 0.61 0.90 0.13
HSL 19.2º 0.82% 0.48% -
HSV(B) 19.2º 0.9% 0.87% -
XYZ 33.6 22.24 3.28 -
YUV 119.37 73.06 201.2 -
System Red Green Blue C M Y K H S L
Decimal 222 86 22 0 0.61 0.90 0.13 19.2 0.82 0.48
Hex DE 56 16 0 3D 5A D 13 52 30
Octal 336 126 26 0 75 132 15 23 122 60
Binary 11011110 1010110 10110 0 111101 1011010 1101 10011 1010010 110000

Color Harmonies of #DE5616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5616

Black with #DE5616

Text Example


Text Example

White with #DE5616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5616; }

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

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

background-color css

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

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

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

border-color css

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

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

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