Html Css Color HEX #DE6812 Chocolate

📋 copy color: '#DE6812'

red 222 ◦ green 104 ◦ blue 18

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

Shades of Chocolate #DE6812

Tints of Chocolate #DE6812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.23%

R = 64.53%
G = 30.23%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DE6812 (or 0xDE6812) is known color: Chocolate. HEX triplet: DE, 68 and 12. RGB value is (222,104,18). Sum of RGB (Red+Green+Blue) = 222+104+18=344 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.53% from 344); Green value is 104 (41.02% from 255 or 30.23% from 344); Blue value is 18 (7.42% from 255 or 5.23% from 344); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6812 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE6812 is #2197ED. Grayscale: #818181. Windows color (decimal): -2201582 or 1206494. OLE color: 1206494.

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

Color convert

RGB 222 104 18 -
CMYK 0 0.53 0.92 0.13
HSL 25.29º 0.85% 0.47% -
HSV(B) 25.29º 0.92% 0.87% -
XYZ 35.18 25.47 3.63 -
YUV 129.48 65.09 193.99 -
System Red Green Blue C M Y K H S L
Decimal 222 104 18 0 0.53 0.92 0.13 25.29 0.85 0.47
Hex DE 68 12 0 35 5C D 19 55 2F
Octal 336 150 22 0 65 134 15 31 125 57
Binary 11011110 1101000 10010 0 110101 1011100 1101 11001 1010101 101111

Color Harmonies of #DE6812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6812

Black with #DE6812

Text Example


Text Example

White with #DE6812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6812; }

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

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

background-color css

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

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

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

border-color css

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

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

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