#DA9967

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

Shades of Whiskey #DA9967

Tints of Whiskey #DA9967

Color information

#DA9967 (or 0xDA9967) is unknown color: approx Whiskey. HEX triplet: DA, 99 and 67. RGB value is (218,153,103). Sum of RGB (Red+Green+Blue) = 218+153+103=474 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.99% from 474); Green value is 153 (60.16% from 255 or 32.28% from 474); Blue value is 103 (40.62% from 255 or 21.73% from 474); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9967 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9967 is #256698. Grayscale: #A7A7A7. Windows color (decimal): -2451097 or 6789594. OLE color: 6789594.

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

Color convert

RGB218153103-
CMYK00.300.530.15
HSL26.09º60.85%62.94%-
HSV(B)26.09º52.75%85.49%-
XYZ42.7538.6718.04-
YUV166.7492.03164.57-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.99%
GREEN value IS 153 (60.16% from 255) = 32.28%
BLUE value IS 103 (40.62% from 255) = 21.73%
R=45.99%
G=32.28%
B=21.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815310300.300.530.1526.0960.8562.94
HexDA996701E35F1a3d3f
Octal3322311470366517327577
Binary11011010100110011100111011110110101111111010111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9967; }

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

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

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

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

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

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

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

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