#DA9A67

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

Shades of Whiskey #DA9A67

Tints of Whiskey #DA9A67

Color information

#DA9A67 (or 0xDA9A67) is unknown color: approx Whiskey. HEX triplet: DA, 9A and 67. RGB value is (218,154,103). Sum of RGB (Red+Green+Blue) = 218+154+103=475 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.89% from 475); Green value is 154 (60.55% from 255 or 32.42% from 475); Blue value is 103 (40.62% from 255 or 21.68% from 475); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9A67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9A67 is #256598. Grayscale: #A7A7A7. Windows color (decimal): -2450841 or 6789850. OLE color: 6789850.

HSL color Cylindrical-coordinate representation of color #DA9A67: hue angle of 26.61º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DA9A67 is Cyan = 0, Magento = 0.29, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB218154103-
CMYK00.290.530.15
HSL26.61º60.85%62.94%-
HSV(B)26.61º52.75%85.49%-
XYZ42.923918.1-
YUV167.3291.7164.15-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.89%
GREEN value IS 154 (60.55% from 255) = 32.42%
BLUE value IS 103 (40.62% from 255) = 21.68%
R=45.89%
G=32.42%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815410300.290.530.1526.6160.8562.94
HexDA9A6701D35F1b3d3f
Octal3322321470356517337577
Binary11011010100110101100111011101110101111111011111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9A67; }

 p { color: rgb(218,154,103); }

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

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

 a { background-color: rgb(218,154,103); }

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

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

 span { border-color: rgb(218,154,103); }

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