Html Css Color HEX #DA5720 Chocolate

📋 copy color: '#DA5720'

red 218 ◦ green 87 ◦ blue 32

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

Shades of Chocolate #DA5720

Tints of Chocolate #DA5720

RGB

 RED value IS 218 (85.55% from 255) = 64.69%

 GREEN value IS 87 (34.38% from 255) = 25.82%

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

R = 64.69%
G = 25.82%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#DA5720 (or 0xDA5720) is known color: Chocolate. HEX triplet: DA, 57 and 20. RGB value is (218,87,32). Sum of RGB (Red+Green+Blue) = 218+87+32=337 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.69% from 337); Green value is 87 (34.38% from 255 or 25.82% from 337); Blue value is 32 (12.89% from 255 or 9.50% from 337); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5720 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5720 is #25A8DF. Grayscale: #787878. Windows color (decimal): -2468064 or 2119642. OLE color: 2119642.

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

Color convert

RGB 218 87 32 -
CMYK 0 0.60 0.85 0.15
HSL 17.74º 0.74% 0.49% -
HSV(B) 17.74º 0.85% 0.85% -
XYZ 32.58 21.83 3.86 -
YUV 119.9 78.4 197.97 -
System Red Green Blue C M Y K H S L
Decimal 218 87 32 0 0.60 0.85 0.15 17.74 0.74 0.49
Hex DA 57 20 0 3C 55 F 12 4A 31
Octal 332 127 40 0 74 125 17 22 112 61
Binary 11011010 1010111 100000 0 111100 1010101 1111 10010 1001010 110001

Color Harmonies of #DA5720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5720

Black with #DA5720

Text Example


Text Example

White with #DA5720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5720; }

 p { color: rgb(218,87,32); }

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

background-color css

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

 a { background-color: rgb(218,87,32); }

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

border-color css

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

 span { border-color: rgb(218,87,32); }

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