Html Css Color HEX #DE6210 Chocolate

📋 copy color: '#DE6210'

red 222 ◦ green 98 ◦ blue 16

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

Shades of Chocolate #DE6210

Tints of Chocolate #DE6210

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.17%

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

R = 66.07%
G = 29.17%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DE6210 (or 0xDE6210) is known color: Chocolate. HEX triplet: DE, 62 and 10. RGB value is (222,98,16). Sum of RGB (Red+Green+Blue) = 222+98+16=336 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.07% from 336); Green value is 98 (38.67% from 255 or 29.17% from 336); Blue value is 16 (6.64% from 255 or 4.76% from 336); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6210 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE6210 is #219DEF. Grayscale: #7E7E7E. Windows color (decimal): -2203120 or 1073886. OLE color: 1073886.

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

Color convert

RGB 222 98 16 -
CMYK 0 0.56 0.93 0.13
HSL 23.88º 0.87% 0.47% -
HSV(B) 23.88º 0.93% 0.87% -
XYZ 34.59 24.3 3.36 -
YUV 125.73 66.08 196.67 -
System Red Green Blue C M Y K H S L
Decimal 222 98 16 0 0.56 0.93 0.13 23.88 0.87 0.47
Hex DE 62 10 0 38 5D D 18 57 2F
Octal 336 142 20 0 70 135 15 30 127 57
Binary 11011110 1100010 10000 0 111000 1011101 1101 11000 1010111 101111

Color Harmonies of #DE6210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6210

Black with #DE6210

Text Example


Text Example

White with #DE6210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6210; }

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

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

background-color css

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

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

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

border-color css

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

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

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