#DA9C6C

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

Shades of Whiskey #DA9C6C

Tints of Whiskey #DA9C6C

Color information

#DA9C6C (or 0xDA9C6C) is unknown color: approx Whiskey. HEX triplet: DA, 9C and 6C. RGB value is (218,156,108). Sum of RGB (Red+Green+Blue) = 218+156+108=482 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.23% from 482); Green value is 156 (61.33% from 255 or 32.37% from 482); Blue value is 108 (42.58% from 255 or 22.41% from 482); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9C6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9C6C is #256393. Grayscale: #A9A9A9. Windows color (decimal): -2450324 or 7118042. OLE color: 7118042.

HSL color Cylindrical-coordinate representation of color #DA9C6C: hue angle of 26.18º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DA9C6C is Cyan = 0, Magento = 0.28, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB218156108-
CMYK00.280.500.15
HSL26.18º59.78%63.92%-
HSV(B)26.18º50.46%85.49%-
XYZ43.5139.7719.57-
YUV169.0793.54162.9-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.23%
GREEN value IS 156 (61.33% from 255) = 32.37%
BLUE value IS 108 (42.58% from 255) = 22.41%
R=45.23%
G=32.37%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815610800.280.500.1526.1859.7863.92
HexDA9C6C01C32F1a3c40
Octal33223415403462173274100
Binary110110101001110011011000111001100101111110101111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9C6C; }

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

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

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

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

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

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

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

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