Html Css Color HEX #DA5219 Chocolate

📋 copy color: '#DA5219'

red 218 ◦ green 82 ◦ blue 25

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

Shades of Chocolate #DA5219

Tints of Chocolate #DA5219

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.69%

R = 67.08%
G = 25.23%
B = 7.69%

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

#DA5219 (or 0xDA5219) is known color: Chocolate. HEX triplet: DA, 52 and 19. RGB value is (218,82,25). Sum of RGB (Red+Green+Blue) = 218+82+25=325 (43% of max value = 765). Red value is 218 (85.55% from 255 or 67.08% from 325); Green value is 82 (32.42% from 255 or 25.23% from 325); Blue value is 25 (10.16% from 255 or 7.69% from 325); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5219 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5219 is #25ADE6. Grayscale: #747474. Windows color (decimal): -2469351 or 1659610. OLE color: 1659610.

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

Color convert

RGB 218 82 25 -
CMYK 0 0.62 0.89 0.15
HSL 17.72º 0.79% 0.48% -
HSV(B) 17.72º 0.89% 0.85% -
XYZ 32.11 21.01 3.28 -
YUV 116.17 76.56 200.63 -
System Red Green Blue C M Y K H S L
Decimal 218 82 25 0 0.62 0.89 0.15 17.72 0.79 0.48
Hex DA 52 19 0 3E 59 F 12 4F 30
Octal 332 122 31 0 76 131 17 22 117 60
Binary 11011010 1010010 11001 0 111110 1011001 1111 10010 1001111 110000

Color Harmonies of #DA5219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5219

Black with #DA5219

Text Example


Text Example

White with #DA5219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5219; }

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

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

background-color css

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

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

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

border-color css

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

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

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