Html Css Color HEX #DA5217 Chocolate

📋 copy color: '#DA5217'

red 218 ◦ green 82 ◦ blue 23

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

Shades of Chocolate #DA5217

Tints of Chocolate #DA5217

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.12%

R = 67.49%
G = 25.39%
B = 7.12%

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

#DA5217 (or 0xDA5217) is known color: Chocolate. HEX triplet: DA, 52 and 17. RGB value is (218,82,23). Sum of RGB (Red+Green+Blue) = 218+82+23=323 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.49% from 323); Green value is 82 (32.42% from 255 or 25.39% from 323); Blue value is 23 (9.38% from 255 or 7.12% from 323); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5217 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5217 is #25ADE8. Grayscale: #747474. Windows color (decimal): -2469353 or 1528538. OLE color: 1528538.

HSL color Cylindrical-coordinate representation of color #DA5217: hue angle of 18.15º degrees, saturation: 0.81, 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 #DA5217 is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 82 23 -
CMYK 0 0.62 0.89 0.15
HSL 18.15º 0.81% 0.47% -
HSV(B) 18.15º 0.89% 0.85% -
XYZ 32.09 21 3.17 -
YUV 115.94 75.56 200.8 -
System Red Green Blue C M Y K H S L
Decimal 218 82 23 0 0.62 0.89 0.15 18.15 0.81 0.47
Hex DA 52 17 0 3E 59 F 12 51 2F
Octal 332 122 27 0 76 131 17 22 121 57
Binary 11011010 1010010 10111 0 111110 1011001 1111 10010 1010001 101111

Color Harmonies of #DA5217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5217

Black with #DA5217

Text Example


Text Example

White with #DA5217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5217; }

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

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

background-color css

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

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

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

border-color css

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

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

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