Html Css Color HEX #DE6820 Chocolate

📋 copy color: '#DE6820'

red 222 ◦ green 104 ◦ blue 32

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

Shades of Chocolate #DE6820

Tints of Chocolate #DE6820

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.05%

 BLUE value IS 32 (12.89% from 255) = 8.94%

R = 62.01%
G = 29.05%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DE6820 (or 0xDE6820) is known color: Chocolate. HEX triplet: DE, 68 and 20. RGB value is (222,104,32). Sum of RGB (Red+Green+Blue) = 222+104+32=358 (47% of max value = 765). Red value is 222 (87.11% from 255 or 62.01% from 358); Green value is 104 (41.02% from 255 or 29.05% from 358); Blue value is 32 (12.89% from 255 or 8.94% from 358); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6820 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE6820 is #2197DF. Grayscale: #838383. Windows color (decimal): -2201568 or 2123998. OLE color: 2123998.

HSL color Cylindrical-coordinate representation of color #DE6820: hue angle of 22.74º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DE6820 is Cyan = 0, Magento = 0.53, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 104 32 -
CMYK 0 0.53 0.86 0.13
HSL 22.74º 0.75% 0.5% -
HSV(B) 22.74º 0.86% 0.87% -
XYZ 35.34 25.53 4.43 -
YUV 131.07 72.09 192.85 -
System Red Green Blue C M Y K H S L
Decimal 222 104 32 0 0.53 0.86 0.13 22.74 0.75 0.5
Hex DE 68 20 0 35 56 D 17 4B 32
Octal 336 150 40 0 65 126 15 27 113 62
Binary 11011110 1101000 100000 0 110101 1010110 1101 10111 1001011 110010

Color Harmonies of #DE6820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6820

Black with #DE6820

Text Example


Text Example

White with #DE6820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6820; }

 p { color: rgb(222,104,32); }

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

background-color css

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

 a { background-color: rgb(222,104,32); }

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

border-color css

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

 span { border-color: rgb(222,104,32); }

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