Html Css Color HEX #DE5921 Chocolate

📋 copy color: '#DE5921'

red 222 ◦ green 89 ◦ blue 33

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

Shades of Chocolate #DE5921

Tints of Chocolate #DE5921

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.59%

R = 64.53%
G = 25.87%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DE5921 (or 0xDE5921) is known color: Chocolate. HEX triplet: DE, 59 and 21. RGB value is (222,89,33). Sum of RGB (Red+Green+Blue) = 222+89+33=344 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.53% from 344); Green value is 89 (35.16% from 255 or 25.87% from 344); Blue value is 33 (13.28% from 255 or 9.59% from 344); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5921 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE5921 is #21A6DE. Grayscale: #7A7A7A. Windows color (decimal): -2205407 or 2185694. OLE color: 2185694.

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

Color convert

RGB 222 89 33 -
CMYK 0 0.60 0.85 0.13
HSL 17.78º 0.74% 0.5% -
HSV(B) 17.78º 0.85% 0.87% -
XYZ 33.97 22.78 4.05 -
YUV 122.38 77.56 199.05 -
System Red Green Blue C M Y K H S L
Decimal 222 89 33 0 0.60 0.85 0.13 17.78 0.74 0.5
Hex DE 59 21 0 3C 55 D 12 4A 32
Octal 336 131 41 0 74 125 15 22 112 62
Binary 11011110 1011001 100001 0 111100 1010101 1101 10010 1001010 110010

Color Harmonies of #DE5921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5921

Black with #DE5921

Text Example


Text Example

White with #DE5921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5921; }

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

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

background-color css

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

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

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

border-color css

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

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

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