Html Css Color HEX #DA6416 Chocolate

📋 copy color: '#DA6416'

red 218 ◦ green 100 ◦ blue 22

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

Shades of Chocolate #DA6416

Tints of Chocolate #DA6416

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.41%

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

R = 64.12%
G = 29.41%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DA6416 (or 0xDA6416) is known color: Chocolate. HEX triplet: DA, 64 and 16. RGB value is (218,100,22). Sum of RGB (Red+Green+Blue) = 218+100+22=340 (45% of max value = 765). Red value is 218 (85.55% from 255 or 64.12% from 340); Green value is 100 (39.45% from 255 or 29.41% from 340); Blue value is 22 (8.98% from 255 or 6.47% from 340); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6416 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6416 is #259BE9. Grayscale: #7E7E7E. Windows color (decimal): -2464746 or 1467610. OLE color: 1467610.

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

Color convert

RGB 218 100 22 -
CMYK 0 0.54 0.90 0.15
HSL 23.88º 0.82% 0.47% -
HSV(B) 23.88º 0.9% 0.85% -
XYZ 33.62 24.08 3.63 -
YUV 126.39 69.09 193.34 -
System Red Green Blue C M Y K H S L
Decimal 218 100 22 0 0.54 0.90 0.15 23.88 0.82 0.47
Hex DA 64 16 0 36 5A F 18 52 2F
Octal 332 144 26 0 66 132 17 30 122 57
Binary 11011010 1100100 10110 0 110110 1011010 1111 11000 1010010 101111

Color Harmonies of #DA6416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6416

Black with #DA6416

Text Example


Text Example

White with #DA6416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6416; }

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

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

background-color css

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

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

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

border-color css

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

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

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