Html Css Color HEX #DE5A14 Chocolate

📋 copy color: '#DE5A14'

red 222 ◦ green 90 ◦ blue 20

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

Shades of Chocolate #DE5A14

Tints of Chocolate #DE5A14

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.11%

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

R = 66.87%
G = 27.11%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DE5A14 (or 0xDE5A14) is known color: Chocolate. HEX triplet: DE, 5A and 14. RGB value is (222,90,20). Sum of RGB (Red+Green+Blue) = 222+90+20=332 (43% of max value = 765). Red value is 222 (87.11% from 255 or 66.87% from 332); Green value is 90 (35.55% from 255 or 27.11% from 332); Blue value is 20 (8.20% from 255 or 6.02% from 332); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5A14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE5A14 is #21A5EB. Grayscale: #797979. Windows color (decimal): -2205164 or 1333982. OLE color: 1333982.

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

Color convert

RGB 222 90 20 -
CMYK 0 0.59 0.91 0.13
HSL 20.79º 0.83% 0.47% -
HSV(B) 20.79º 0.91% 0.87% -
XYZ 33.91 22.89 3.29 -
YUV 121.49 70.73 199.69 -
System Red Green Blue C M Y K H S L
Decimal 222 90 20 0 0.59 0.91 0.13 20.79 0.83 0.47
Hex DE 5A 14 0 3B 5B D 15 53 2F
Octal 336 132 24 0 73 133 15 25 123 57
Binary 11011110 1011010 10100 0 111011 1011011 1101 10101 1010011 101111

Color Harmonies of #DE5A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5A14

Black with #DE5A14

Text Example


Text Example

White with #DE5A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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