Html Css Color HEX #DA6116 Chocolate

📋 copy color: '#DA6116'

red 218 ◦ green 97 ◦ blue 22

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

Shades of Chocolate #DA6116

Tints of Chocolate #DA6116

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.78%

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

R = 64.69%
G = 28.78%
B = 6.53%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DA6116 (or 0xDA6116) is known color: Chocolate. HEX triplet: DA, 61 and 16. RGB value is (218,97,22). Sum of RGB (Red+Green+Blue) = 218+97+22=337 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.69% from 337); Green value is 97 (38.28% from 255 or 28.78% from 337); Blue value is 22 (8.98% from 255 or 6.53% from 337); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6116 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6116 is #259EE9. Grayscale: #7D7D7D. Windows color (decimal): -2465514 or 1466842. OLE color: 1466842.

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

Color convert

RGB 218 97 22 -
CMYK 0 0.56 0.90 0.15
HSL 22.96º 0.82% 0.47% -
HSV(B) 22.96º 0.9% 0.85% -
XYZ 33.33 23.51 3.54 -
YUV 124.63 70.09 194.6 -
System Red Green Blue C M Y K H S L
Decimal 218 97 22 0 0.56 0.90 0.15 22.96 0.82 0.47
Hex DA 61 16 0 38 5A F 17 52 2F
Octal 332 141 26 0 70 132 17 27 122 57
Binary 11011010 1100001 10110 0 111000 1011010 1111 10111 1010010 101111

Color Harmonies of #DA6116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6116

Black with #DA6116

Text Example


Text Example

White with #DA6116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6116; }

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

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

background-color css

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

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

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

border-color css

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

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

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