Html Css Color HEX #DE6810 Chocolate

📋 copy color: '#DE6810'

red 222 ◦ green 104 ◦ blue 16

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

Shades of Chocolate #DE6810

Tints of Chocolate #DE6810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.68%

R = 64.91%
G = 30.41%
B = 4.68%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DE6810 (or 0xDE6810) is known color: Chocolate. HEX triplet: DE, 68 and 10. RGB value is (222,104,16). Sum of RGB (Red+Green+Blue) = 222+104+16=342 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.91% from 342); Green value is 104 (41.02% from 255 or 30.41% from 342); Blue value is 16 (6.64% from 255 or 4.68% from 342); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6810 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE6810 is #2197EF. Grayscale: #818181. Windows color (decimal): -2201584 or 1075422. OLE color: 1075422.

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

Color convert

RGB 222 104 16 -
CMYK 0 0.53 0.93 0.13
HSL 25.63º 0.87% 0.47% -
HSV(B) 25.63º 0.93% 0.87% -
XYZ 35.17 25.47 3.55 -
YUV 129.25 64.09 194.16 -
System Red Green Blue C M Y K H S L
Decimal 222 104 16 0 0.53 0.93 0.13 25.63 0.87 0.47
Hex DE 68 10 0 35 5D D 1A 57 2F
Octal 336 150 20 0 65 135 15 32 127 57
Binary 11011110 1101000 10000 0 110101 1011101 1101 11010 1010111 101111

Color Harmonies of #DE6810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6810

Black with #DE6810

Text Example


Text Example

White with #DE6810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6810; }

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

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

background-color css

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

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

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

border-color css

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

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

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