Html Css Color HEX #DA5616 Chocolate

📋 copy color: '#DA5616'

red 218 ◦ green 86 ◦ blue 22

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

Shades of Chocolate #DA5616

Tints of Chocolate #DA5616

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.38%

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

R = 66.87%
G = 26.38%
B = 6.75%

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

#DA5616 (or 0xDA5616) is known color: Chocolate. HEX triplet: DA, 56 and 16. RGB value is (218,86,22). Sum of RGB (Red+Green+Blue) = 218+86+22=326 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.87% from 326); Green value is 86 (33.98% from 255 or 26.38% from 326); Blue value is 22 (8.98% from 255 or 6.75% from 326); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5616 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5616 is #25A9E9. Grayscale: #767676. Windows color (decimal): -2468330 or 1464026. OLE color: 1464026.

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

Color convert

RGB 218 86 22 -
CMYK 0 0.61 0.90 0.15
HSL 19.59º 0.82% 0.47% -
HSV(B) 19.59º 0.9% 0.85% -
XYZ 32.39 21.62 3.22 -
YUV 118.17 73.73 199.2 -
System Red Green Blue C M Y K H S L
Decimal 218 86 22 0 0.61 0.90 0.15 19.59 0.82 0.47
Hex DA 56 16 0 3D 5A F 14 52 2F
Octal 332 126 26 0 75 132 17 24 122 57
Binary 11011010 1010110 10110 0 111101 1011010 1111 10100 1010010 101111

Color Harmonies of #DA5616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5616

Black with #DA5616

Text Example


Text Example

White with #DA5616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5616; }

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

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

background-color css

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

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

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

border-color css

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

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

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