Html Css Color HEX #DE5E10 Chocolate

📋 copy color: '#DE5E10'

red 222 ◦ green 94 ◦ blue 16

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

Shades of Chocolate #DE5E10

Tints of Chocolate #DE5E10

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.31%

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

R = 66.87%
G = 28.31%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DE5E10 (or 0xDE5E10) is known color: Chocolate. HEX triplet: DE, 5E and 10. RGB value is (222,94,16). Sum of RGB (Red+Green+Blue) = 222+94+16=332 (43% of max value = 765). Red value is 222 (87.11% from 255 or 66.87% from 332); Green value is 94 (37.11% from 255 or 28.31% from 332); Blue value is 16 (6.64% from 255 or 4.82% from 332); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5E10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE5E10 is #21A1EF. Grayscale: #7B7B7B. Windows color (decimal): -2204144 or 1072862. OLE color: 1072862.

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

Color convert

RGB 222 94 16 -
CMYK 0 0.58 0.93 0.13
HSL 22.72º 0.87% 0.47% -
HSV(B) 22.72º 0.93% 0.87% -
XYZ 34.22 23.57 3.24 -
YUV 123.38 67.41 198.34 -
System Red Green Blue C M Y K H S L
Decimal 222 94 16 0 0.58 0.93 0.13 22.72 0.87 0.47
Hex DE 5E 10 0 3A 5D D 17 57 2F
Octal 336 136 20 0 72 135 15 27 127 57
Binary 11011110 1011110 10000 0 111010 1011101 1101 10111 1010111 101111

Color Harmonies of #DE5E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5E10

Black with #DE5E10

Text Example


Text Example

White with #DE5E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5E10; }

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

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

background-color css

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

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

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

border-color css

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

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

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