Html Css Color HEX #DE5920 Chocolate

📋 copy color: '#DE5920'

red 222 ◦ green 89 ◦ blue 32

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

Shades of Chocolate #DE5920

Tints of Chocolate #DE5920

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.95%

 BLUE value IS 32 (12.89% from 255) = 9.33%

R = 64.72%
G = 25.95%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DE5920 (or 0xDE5920) is known color: Chocolate. HEX triplet: DE, 59 and 20. RGB value is (222,89,32). Sum of RGB (Red+Green+Blue) = 222+89+32=343 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.72% from 343); Green value is 89 (35.16% from 255 or 25.95% from 343); Blue value is 32 (12.89% from 255 or 9.33% from 343); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5920 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE5920 is #21A6DF. Grayscale: #7A7A7A. Windows color (decimal): -2205408 or 2120158. OLE color: 2120158.

HSL color Cylindrical-coordinate representation of color #DE5920: hue angle of 18º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DE5920 is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 89 32 -
CMYK 0 0.60 0.86 0.13
HSL 18º 0.75% 0.5% -
HSV(B) 18º 0.86% 0.87% -
XYZ 33.96 22.78 3.97 -
YUV 122.27 77.06 199.13 -
System Red Green Blue C M Y K H S L
Decimal 222 89 32 0 0.60 0.86 0.13 18 0.75 0.5
Hex DE 59 20 0 3C 56 D 12 4B 32
Octal 336 131 40 0 74 126 15 22 113 62
Binary 11011110 1011001 100000 0 111100 1010110 1101 10010 1001011 110010

Color Harmonies of #DE5920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5920

Black with #DE5920

Text Example


Text Example

White with #DE5920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5920; }

 p { color: rgb(222,89,32); }

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

background-color css

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

 a { background-color: rgb(222,89,32); }

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

border-color css

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

 span { border-color: rgb(222,89,32); }

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