#DA6C19

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

Shades of Chocolate #DA6C19

Tints of Chocolate #DA6C19

Color information

#DA6C19 (or 0xDA6C19) is unknown color: approx Chocolate. HEX triplet: DA, 6C and 19. RGB value is (218,108,25). Sum of RGB (Red+Green+Blue) = 218+108+25=351 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.11% from 351); Green value is 108 (42.58% from 255 or 30.77% from 351); Blue value is 25 (10.16% from 255 or 7.12% from 351); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6C19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6C19 is #2593E6. Grayscale: #838383. Windows color (decimal): -2462695 or 1666266. OLE color: 1666266.

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

Color convert

RGB21810825-
CMYK00.500.890.15
HSL25.8º79.42%47.65%-
HSV(B)25.8º88.53%85.49%-
XYZ34.4525.74.06-
YUV131.4367.94189.75-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 62.11%
GREEN value IS 108 (42.58% from 255) = 30.77%
BLUE value IS 25 (10.16% from 255) = 7.12%
R=62.11%
G=30.77%
B=7.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.89
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181082500.500.890.1525.879.4247.65
HexDA6C1903259F1a4f30
Octal33215431062131173211760
Binary11011010110110011001011001010110011111110101001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6C19; }

 p { color: rgb(218,108,25); }

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

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

 a { background-color: rgb(218,108,25); }

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

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

 span { border-color: rgb(218,108,25); }

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