#DA6316

Color #DA6316 Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chocolate #DA6316

Tints of Chocolate #DA6316

Color information

#DA6316 (or 0xDA6316) is unknown color: approx Chocolate. HEX triplet: DA, 63 and 16. RGB value is (218,99,22). Sum of RGB (Red+Green+Blue) = 218+99+22=339 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.31% from 339); Green value is 99 (39.06% from 255 or 29.20% from 339); Blue value is 22 (8.98% from 255 or 6.49% from 339); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6316 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6316 is #259CE9. Grayscale: #7E7E7E. Windows color (decimal): -2465002 or 1467354. OLE color: 1467354.

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

Color convert

RGB2189922-
CMYK00.550.900.15
HSL23.57º81.67%47.06%-
HSV(B)23.57º89.91%85.49%-
XYZ33.5223.893.6-
YUV125.869.42193.76-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 64.31%
GREEN value IS 99 (39.06% from 255) = 29.20%
BLUE value IS 22 (8.98% from 255) = 6.49%
R=64.31%
G=29.20%
B=6.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.90
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218992200.550.900.1523.5781.6747.06
HexDA63160375AF18522f
Octal33214326067132173012257
Binary11011010110001110110011011110110101111110001010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6316; }

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

 H1.HeaderClassName
 {
   color: #DA6316;
 }
 .AnyTagClassName
 {
   color: #DA6316;
 }
</style>
background-color css

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

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

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

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

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

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