Html Css Color HEX #DA7016 Chocolate

📋 copy color: '#DA7016'

red 218 ◦ green 112 ◦ blue 22

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

Shades of Chocolate #DA7016

Tints of Chocolate #DA7016

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.82%

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

R = 61.93%
G = 31.82%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DA7016 (or 0xDA7016) is known color: Chocolate. HEX triplet: DA, 70 and 16. RGB value is (218,112,22). Sum of RGB (Red+Green+Blue) = 218+112+22=352 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.93% from 352); Green value is 112 (44.14% from 255 or 31.82% from 352); Blue value is 22 (8.98% from 255 or 6.25% from 352); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7016 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7016 is #258FE9. Grayscale: #858585. Windows color (decimal): -2461674 or 1470682. OLE color: 1470682.

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

Color convert

RGB 218 112 22 -
CMYK 0 0.49 0.90 0.15
HSL 27.55º 0.82% 0.47% -
HSV(B) 27.55º 0.9% 0.85% -
XYZ 34.85 26.55 4.05 -
YUV 133.43 65.12 188.32 -
System Red Green Blue C M Y K H S L
Decimal 218 112 22 0 0.49 0.90 0.15 27.55 0.82 0.47
Hex DA 70 16 0 31 5A F 1C 52 2F
Octal 332 160 26 0 61 132 17 34 122 57
Binary 11011010 1110000 10110 0 110001 1011010 1111 11100 1010010 101111

Color Harmonies of #DA7016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7016

Black with #DA7016

Text Example


Text Example

White with #DA7016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7016; }

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

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

background-color css

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

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

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

border-color css

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

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

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