Html Css Color HEX #DE5E14 Chocolate

📋 copy color: '#DE5E14'

red 222 ◦ green 94 ◦ blue 20

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

Shades of Chocolate #DE5E14

Tints of Chocolate #DE5E14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.95%

R = 66.07%
G = 27.98%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DE5E14 (or 0xDE5E14) is known color: Chocolate. HEX triplet: DE, 5E and 14. RGB value is (222,94,20). Sum of RGB (Red+Green+Blue) = 222+94+20=336 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.07% from 336); Green value is 94 (37.11% from 255 or 27.98% from 336); Blue value is 20 (8.20% from 255 or 5.95% from 336); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5E14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE5E14 is #21A1EB. Grayscale: #7C7C7C. Windows color (decimal): -2204140 or 1335006. OLE color: 1335006.

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

Color convert

RGB 222 94 20 -
CMYK 0 0.58 0.91 0.13
HSL 21.98º 0.83% 0.47% -
HSV(B) 21.98º 0.91% 0.87% -
XYZ 34.25 23.59 3.41 -
YUV 123.84 69.41 198.02 -
System Red Green Blue C M Y K H S L
Decimal 222 94 20 0 0.58 0.91 0.13 21.98 0.83 0.47
Hex DE 5E 14 0 3A 5B D 16 53 2F
Octal 336 136 24 0 72 133 15 26 123 57
Binary 11011110 1011110 10100 0 111010 1011011 1101 10110 1010011 101111

Color Harmonies of #DE5E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5E14

Black with #DE5E14

Text Example


Text Example

White with #DE5E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5E14; }

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

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

background-color css

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

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

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

border-color css

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

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

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