Html Css Color HEX #DE5816 Chocolate

📋 copy color: '#DE5816'

red 222 ◦ green 88 ◦ blue 22

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

Shades of Chocolate #DE5816

Tints of Chocolate #DE5816

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.51%

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

R = 66.87%
G = 26.51%
B = 6.63%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DE5816 (or 0xDE5816) is known color: Chocolate. HEX triplet: DE, 58 and 16. RGB value is (222,88,22). Sum of RGB (Red+Green+Blue) = 222+88+22=332 (43% of max value = 765). Red value is 222 (87.11% from 255 or 66.87% from 332); Green value is 88 (34.77% from 255 or 26.51% from 332); Blue value is 22 (8.98% from 255 or 6.63% from 332); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5816 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE5816 is #21A7E9. Grayscale: #787878. Windows color (decimal): -2205674 or 1464542. OLE color: 1464542.

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

Color convert

RGB 222 88 22 -
CMYK 0 0.60 0.90 0.13
HSL 19.8º 0.82% 0.48% -
HSV(B) 19.8º 0.9% 0.87% -
XYZ 33.76 22.57 3.34 -
YUV 120.54 72.39 200.37 -
System Red Green Blue C M Y K H S L
Decimal 222 88 22 0 0.60 0.90 0.13 19.8 0.82 0.48
Hex DE 58 16 0 3C 5A D 14 52 30
Octal 336 130 26 0 74 132 15 24 122 60
Binary 11011110 1011000 10110 0 111100 1011010 1101 10100 1010010 110000

Color Harmonies of #DE5816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5816

Black with #DE5816

Text Example


Text Example

White with #DE5816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5816; }

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

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

background-color css

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

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

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

border-color css

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

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

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