Html Css Color HEX #DA5F21 Chocolate

📋 copy color: '#DA5F21'

red 218 ◦ green 95 ◦ blue 33

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

Shades of Chocolate #DA5F21

Tints of Chocolate #DA5F21

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.46%

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

R = 63.01%
G = 27.46%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#DA5F21 (or 0xDA5F21) is known color: Chocolate. HEX triplet: DA, 5F and 21. RGB value is (218,95,33). Sum of RGB (Red+Green+Blue) = 218+95+33=346 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.01% from 346); Green value is 95 (37.5% from 255 or 27.46% from 346); Blue value is 33 (13.28% from 255 or 9.54% from 346); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5F21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5F21 is #25A0DE. Grayscale: #7D7D7D. Windows color (decimal): -2466015 or 2187226. OLE color: 2187226.

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

Color convert

RGB 218 95 33 -
CMYK 0 0.56 0.85 0.15
HSL 20.11º 0.74% 0.49% -
HSV(B) 20.11º 0.85% 0.85% -
XYZ 33.28 23.2 4.16 -
YUV 124.71 76.25 194.54 -
System Red Green Blue C M Y K H S L
Decimal 218 95 33 0 0.56 0.85 0.15 20.11 0.74 0.49
Hex DA 5F 21 0 38 55 F 14 4A 31
Octal 332 137 41 0 70 125 17 24 112 61
Binary 11011010 1011111 100001 0 111000 1010101 1111 10100 1001010 110001

Color Harmonies of #DA5F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5F21

Black with #DA5F21

Text Example


Text Example

White with #DA5F21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5F21; }

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

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

background-color css

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

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

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

border-color css

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

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

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