Html Css Color HEX #DA5A20 Chocolate

📋 copy color: '#DA5A20'

red 218 ◦ green 90 ◦ blue 32

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

Shades of Chocolate #DA5A20

Tints of Chocolate #DA5A20

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.47%

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

R = 64.12%
G = 26.47%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#DA5A20 (or 0xDA5A20) is known color: Chocolate. HEX triplet: DA, 5A and 20. RGB value is (218,90,32). Sum of RGB (Red+Green+Blue) = 218+90+32=340 (45% of max value = 765). Red value is 218 (85.55% from 255 or 64.12% from 340); Green value is 90 (35.55% from 255 or 26.47% from 340); Blue value is 32 (12.89% from 255 or 9.41% from 340); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5A20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5A20 is #25A5DF. Grayscale: #7A7A7A. Windows color (decimal): -2467296 or 2120410. OLE color: 2120410.

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

Color convert

RGB 218 90 32 -
CMYK 0 0.59 0.85 0.15
HSL 18.71º 0.74% 0.49% -
HSV(B) 18.71º 0.85% 0.85% -
XYZ 32.83 22.32 3.94 -
YUV 121.66 77.41 196.72 -
System Red Green Blue C M Y K H S L
Decimal 218 90 32 0 0.59 0.85 0.15 18.71 0.74 0.49
Hex DA 5A 20 0 3B 55 F 13 4A 31
Octal 332 132 40 0 73 125 17 23 112 61
Binary 11011010 1011010 100000 0 111011 1010101 1111 10011 1001010 110001

Color Harmonies of #DA5A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5A20

Black with #DA5A20

Text Example


Text Example

White with #DA5A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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