Html Css Color HEX #DA5820 Chocolate

📋 copy color: '#DA5820'

red 218 ◦ green 88 ◦ blue 32

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

Shades of Chocolate #DA5820

Tints of Chocolate #DA5820

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.04%

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

R = 64.5%
G = 26.04%
B = 9.47%

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

#DA5820 (or 0xDA5820) is known color: Chocolate. HEX triplet: DA, 58 and 20. RGB value is (218,88,32). Sum of RGB (Red+Green+Blue) = 218+88+32=338 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.50% from 338); Green value is 88 (34.77% from 255 or 26.04% from 338); Blue value is 32 (12.89% from 255 or 9.47% from 338); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5820 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5820 is #25A7DF. Grayscale: #787878. Windows color (decimal): -2467808 or 2119898. OLE color: 2119898.

HSL color Cylindrical-coordinate representation of color #DA5820: hue angle of 18.06º 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 #DA5820 is Cyan = 0, Magento = 0.60, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 88 32 -
CMYK 0 0.60 0.85 0.15
HSL 18.06º 0.74% 0.49% -
HSV(B) 18.06º 0.85% 0.85% -
XYZ 32.66 21.99 3.89 -
YUV 120.49 78.07 197.55 -
System Red Green Blue C M Y K H S L
Decimal 218 88 32 0 0.60 0.85 0.15 18.06 0.74 0.49
Hex DA 58 20 0 3C 55 F 12 4A 31
Octal 332 130 40 0 74 125 17 22 112 61
Binary 11011010 1011000 100000 0 111100 1010101 1111 10010 1001010 110001

Color Harmonies of #DA5820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5820

Black with #DA5820

Text Example


Text Example

White with #DA5820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5820; }

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

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

background-color css

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

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

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

border-color css

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

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

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