Html Css Color HEX #DA5C21 Chocolate

📋 copy color: '#DA5C21'

red 218 ◦ green 92 ◦ blue 33

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

Shades of Chocolate #DA5C21

Tints of Chocolate #DA5C21

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.82%

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

R = 63.56%
G = 26.82%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#DA5C21 (or 0xDA5C21) is known color: Chocolate. HEX triplet: DA, 5C and 21. RGB value is (218,92,33). Sum of RGB (Red+Green+Blue) = 218+92+33=343 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.56% from 343); Green value is 92 (36.33% from 255 or 26.82% from 343); Blue value is 33 (13.28% from 255 or 9.62% from 343); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5C21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5C21 is #25A3DE. Grayscale: #7B7B7B. Windows color (decimal): -2466783 or 2186458. OLE color: 2186458.

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

Color convert

RGB 218 92 33 -
CMYK 0 0.58 0.85 0.15
HSL 19.14º 0.74% 0.49% -
HSV(B) 19.14º 0.85% 0.85% -
XYZ 33.02 22.67 4.07 -
YUV 122.95 77.24 195.8 -
System Red Green Blue C M Y K H S L
Decimal 218 92 33 0 0.58 0.85 0.15 19.14 0.74 0.49
Hex DA 5C 21 0 3A 55 F 13 4A 31
Octal 332 134 41 0 72 125 17 23 112 61
Binary 11011010 1011100 100001 0 111010 1010101 1111 10011 1001010 110001

Color Harmonies of #DA5C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5C21

Black with #DA5C21

Text Example


Text Example

White with #DA5C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5C21; }

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

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

background-color css

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

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

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

border-color css

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

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

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