#DA6A0D

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

Shades of Chocolate #DA6A0D

Tints of Chocolate #DA6A0D

Color information

#DA6A0D (or 0xDA6A0D) is unknown color: approx Chocolate. HEX triplet: DA, 6A and 0D. RGB value is (218,106,13). Sum of RGB (Red+Green+Blue) = 218+106+13=337 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.69% from 337); Green value is 106 (41.80% from 255 or 31.45% from 337); Blue value is 13 (5.47% from 255 or 3.86% from 337); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6A0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6A0D is #2595F2. Grayscale: #818181. Windows color (decimal): -2463219 or 879322. OLE color: 879322.

HSL color Cylindrical-coordinate representation of color #DA6A0D: hue angle of 27.22º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA6A0D is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB21810613-
CMYK00.510.940.15
HSL27.22º88.74%45.29%-
HSV(B)27.22º94.04%85.49%-
XYZ34.1425.243.45-
YUV128.8962.61191.56-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 64.69%
GREEN value IS 106 (41.80% from 255) = 31.45%
BLUE value IS 13 (5.47% from 255) = 3.86%
R=64.69%
G=31.45%
B=3.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.94
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181061300.510.940.1527.2288.7445.29
HexDA6AD0335EF1b592d
Octal33215215063136173313155
Binary1101101011010101101011001110111101111110111011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6A0D; }

 p { color: rgb(218,106,13); }

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

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

 a { background-color: rgb(218,106,13); }

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

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

 span { border-color: rgb(218,106,13); }

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