Html Css Color HEX #DC5922 Chocolate

📋 copy color: '#DC5922'

red 220 ◦ green 89 ◦ blue 34

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

Shades of Chocolate #DC5922

Tints of Chocolate #DC5922

RGB

 RED value IS 220 (86.33% from 255) = 64.14%

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

 BLUE value IS 34 (13.67% from 255) = 9.91%

R = 64.14%
G = 25.95%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DC5922 (or 0xDC5922) is known color: Chocolate. HEX triplet: DC, 59 and 22. RGB value is (220,89,34). Sum of RGB (Red+Green+Blue) = 220+89+34=343 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.14% from 343); Green value is 89 (35.16% from 255 or 25.95% from 343); Blue value is 34 (13.67% from 255 or 9.91% from 343); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5922 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5922 is #23A6DD. Grayscale: #7A7A7A. Windows color (decimal): -2336478 or 2251228. OLE color: 2251228.

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

Color convert

RGB 220 89 34 -
CMYK 0 0.60 0.85 0.14
HSL 17.74º 0.73% 0.5% -
HSV(B) 17.74º 0.85% 0.86% -
XYZ 33.38 22.48 4.09 -
YUV 121.9 78.4 197.97 -
System Red Green Blue C M Y K H S L
Decimal 220 89 34 0 0.60 0.85 0.14 17.74 0.73 0.5
Hex DC 59 22 0 3C 55 E 12 49 32
Octal 334 131 42 0 74 125 16 22 111 62
Binary 11011100 1011001 100010 0 111100 1010101 1110 10010 1001001 110010

Color Harmonies of #DC5922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5922

Black with #DC5922

Text Example


Text Example

White with #DC5922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5922; }

 p { color: rgb(220,89,34); }

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

background-color css

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

 a { background-color: rgb(220,89,34); }

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

border-color css

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

 span { border-color: rgb(220,89,34); }

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