Html Css Color HEX #DA5516 Chocolate

📋 copy color: '#DA5516'

red 218 ◦ green 85 ◦ blue 22

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

Shades of Chocolate #DA5516

Tints of Chocolate #DA5516

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.15%

 BLUE value IS 22 (8.98% from 255) = 6.77%

R = 67.08%
G = 26.15%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DA5516 (or 0xDA5516) is known color: Chocolate. HEX triplet: DA, 55 and 16. RGB value is (218,85,22). Sum of RGB (Red+Green+Blue) = 218+85+22=325 (43% of max value = 765). Red value is 218 (85.55% from 255 or 67.08% from 325); Green value is 85 (33.59% from 255 or 26.15% from 325); Blue value is 22 (8.98% from 255 or 6.77% from 325); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5516 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5516 is #25AAE9. Grayscale: #757575. Windows color (decimal): -2468586 or 1463770. OLE color: 1463770.

HSL color Cylindrical-coordinate representation of color #DA5516: hue angle of 19.29º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA5516 is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 85 22 -
CMYK 0 0.61 0.90 0.15
HSL 19.29º 0.82% 0.47% -
HSV(B) 19.29º 0.9% 0.85% -
XYZ 32.31 21.46 3.2 -
YUV 117.59 74.06 199.62 -
System Red Green Blue C M Y K H S L
Decimal 218 85 22 0 0.61 0.90 0.15 19.29 0.82 0.47
Hex DA 55 16 0 3D 5A F 13 52 2F
Octal 332 125 26 0 75 132 17 23 122 57
Binary 11011010 1010101 10110 0 111101 1011010 1111 10011 1010010 101111

Color Harmonies of #DA5516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5516

Black with #DA5516

Text Example


Text Example

White with #DA5516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5516; }

 p { color: rgb(218,85,22); }

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

background-color css

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

 a { background-color: rgb(218,85,22); }

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

border-color css

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

 span { border-color: rgb(218,85,22); }

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