Html Css Color HEX #DA5A21 Chocolate

📋 copy color: '#DA5A21'

red 218 ◦ green 90 ◦ blue 33

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

Shades of Chocolate #DA5A21

Tints of Chocolate #DA5A21

RGB

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

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

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

R = 63.93%
G = 26.39%
B = 9.68%

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

#DA5A21 (or 0xDA5A21) is known color: Chocolate. HEX triplet: DA, 5A and 21. RGB value is (218,90,33). Sum of RGB (Red+Green+Blue) = 218+90+33=341 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.93% from 341); Green value is 90 (35.55% from 255 or 26.39% from 341); Blue value is 33 (13.28% from 255 or 9.68% from 341); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5A21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5A21 is #25A5DE. Grayscale: #7A7A7A. Windows color (decimal): -2467295 or 2185946. OLE color: 2185946.

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

Color convert

RGB 218 90 33 -
CMYK 0 0.59 0.85 0.15
HSL 18.49º 0.74% 0.49% -
HSV(B) 18.49º 0.85% 0.85% -
XYZ 32.84 22.33 4.02 -
YUV 121.77 77.91 196.63 -
System Red Green Blue C M Y K H S L
Decimal 218 90 33 0 0.59 0.85 0.15 18.49 0.74 0.49
Hex DA 5A 21 0 3B 55 F 12 4A 31
Octal 332 132 41 0 73 125 17 22 112 61
Binary 11011010 1011010 100001 0 111011 1010101 1111 10010 1001010 110001

Color Harmonies of #DA5A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5A21

Black with #DA5A21

Text Example


Text Example

White with #DA5A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5A21; }

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

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

background-color css

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

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

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

border-color css

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

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

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