Html Css Color HEX #DA7516 Chocolate

📋 copy color: '#DA7516'

red 218 ◦ green 117 ◦ blue 22

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

Shades of Chocolate #DA7516

Tints of Chocolate #DA7516

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.77%

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

R = 61.06%
G = 32.77%
B = 6.16%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DA7516 (or 0xDA7516) is known color: Chocolate. HEX triplet: DA, 75 and 16. RGB value is (218,117,22). Sum of RGB (Red+Green+Blue) = 218+117+22=357 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.06% from 357); Green value is 117 (46.09% from 255 or 32.77% from 357); Blue value is 22 (8.98% from 255 or 6.16% from 357); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7516 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7516 is #258AE9. Grayscale: #888888. Windows color (decimal): -2460394 or 1471962. OLE color: 1471962.

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

Color convert

RGB 218 117 22 -
CMYK 0 0.46 0.90 0.15
HSL 29.08º 0.82% 0.47% -
HSV(B) 29.08º 0.9% 0.85% -
XYZ 35.42 27.69 4.24 -
YUV 136.37 63.46 186.22 -
System Red Green Blue C M Y K H S L
Decimal 218 117 22 0 0.46 0.90 0.15 29.08 0.82 0.47
Hex DA 75 16 0 2E 5A F 1D 52 2F
Octal 332 165 26 0 56 132 17 35 122 57
Binary 11011010 1110101 10110 0 101110 1011010 1111 11101 1010010 101111

Color Harmonies of #DA7516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7516

Black with #DA7516

Text Example


Text Example

White with #DA7516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7516; }

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

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

background-color css

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

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

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

border-color css

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

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

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