Html Css Color HEX #DA5218 Chocolate

📋 copy color: '#DA5218'

red 218 ◦ green 82 ◦ blue 24

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

Shades of Chocolate #DA5218

Tints of Chocolate #DA5218

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.31%

 BLUE value IS 24 (9.77% from 255) = 7.41%

R = 67.28%
G = 25.31%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA5218 (or 0xDA5218) is known color: Chocolate. HEX triplet: DA, 52 and 18. RGB value is (218,82,24). Sum of RGB (Red+Green+Blue) = 218+82+24=324 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.28% from 324); Green value is 82 (32.42% from 255 or 25.31% from 324); Blue value is 24 (9.77% from 255 or 7.41% from 324); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5218 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5218 is #25ADE7. Grayscale: #747474. Windows color (decimal): -2469352 or 1594074. OLE color: 1594074.

HSL color Cylindrical-coordinate representation of color #DA5218: hue angle of 17.94º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA5218 is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 82 24 -
CMYK 0 0.62 0.89 0.15
HSL 17.94º 0.8% 0.47% -
HSV(B) 17.94º 0.89% 0.85% -
XYZ 32.1 21.01 3.23 -
YUV 116.05 76.06 200.72 -
System Red Green Blue C M Y K H S L
Decimal 218 82 24 0 0.62 0.89 0.15 17.94 0.8 0.47
Hex DA 52 18 0 3E 59 F 12 50 2F
Octal 332 122 30 0 76 131 17 22 120 57
Binary 11011010 1010010 11000 0 111110 1011001 1111 10010 1010000 101111

Color Harmonies of #DA5218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5218

Black with #DA5218

Text Example


Text Example

White with #DA5218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5218; }

 p { color: rgb(218,82,24); }

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

background-color css

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

 a { background-color: rgb(218,82,24); }

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

border-color css

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

 span { border-color: rgb(218,82,24); }

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