Html Css Color HEX #DE6E12 Chocolate

📋 copy color: '#DE6E12'

red 222 ◦ green 110 ◦ blue 18

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

Shades of Chocolate #DE6E12

Tints of Chocolate #DE6E12

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.43%

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

R = 63.43%
G = 31.43%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DE6E12 (or 0xDE6E12) is known color: Chocolate. HEX triplet: DE, 6E and 12. RGB value is (222,110,18). Sum of RGB (Red+Green+Blue) = 222+110+18=350 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.43% from 350); Green value is 110 (43.36% from 255 or 31.43% from 350); Blue value is 18 (7.42% from 255 or 5.14% from 350); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6E12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE6E12 is #2191ED. Grayscale: #858585. Windows color (decimal): -2200046 or 1208030. OLE color: 1208030.

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

Color convert

RGB 222 110 18 -
CMYK 0 0.50 0.92 0.13
HSL 27.06º 0.85% 0.47% -
HSV(B) 27.06º 0.92% 0.87% -
XYZ 35.81 26.73 3.84 -
YUV 133 63.11 191.48 -
System Red Green Blue C M Y K H S L
Decimal 222 110 18 0 0.50 0.92 0.13 27.06 0.85 0.47
Hex DE 6E 12 0 32 5C D 1B 55 2F
Octal 336 156 22 0 62 134 15 33 125 57
Binary 11011110 1101110 10010 0 110010 1011100 1101 11011 1010101 101111

Color Harmonies of #DE6E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6E12

Black with #DE6E12

Text Example


Text Example

White with #DE6E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6E12; }

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

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

background-color css

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

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

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

border-color css

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

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

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