Html Css Color HEX #DA7616 Chocolate

📋 copy color: '#DA7616'

red 218 ◦ green 118 ◦ blue 22

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

Shades of Chocolate #DA7616

Tints of Chocolate #DA7616

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.96%

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

R = 60.89%
G = 32.96%
B = 6.15%

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

#DA7616 (or 0xDA7616) is known color: Chocolate. HEX triplet: DA, 76 and 16. RGB value is (218,118,22). Sum of RGB (Red+Green+Blue) = 218+118+22=358 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.89% from 358); Green value is 118 (46.48% from 255 or 32.96% from 358); Blue value is 22 (8.98% from 255 or 6.15% from 358); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7616 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7616 is #2589E9. Grayscale: #898989. Windows color (decimal): -2460138 or 1472218. OLE color: 1472218.

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

Color convert

RGB 218 118 22 -
CMYK 0 0.46 0.90 0.15
HSL 29.39º 0.82% 0.47% -
HSV(B) 29.39º 0.9% 0.85% -
XYZ 35.54 27.92 4.28 -
YUV 136.96 63.13 185.81 -
System Red Green Blue C M Y K H S L
Decimal 218 118 22 0 0.46 0.90 0.15 29.39 0.82 0.47
Hex DA 76 16 0 2E 5A F 1D 52 2F
Octal 332 166 26 0 56 132 17 35 122 57
Binary 11011010 1110110 10110 0 101110 1011010 1111 11101 1010010 101111

Color Harmonies of #DA7616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7616

Black with #DA7616

Text Example


Text Example

White with #DA7616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7616; }

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

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

background-color css

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

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

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

border-color css

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

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

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