#DA9768

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

Shades of Whiskey #DA9768

Tints of Whiskey #DA9768

Color information

#DA9768 (or 0xDA9768) is unknown color: approx Whiskey. HEX triplet: DA, 97 and 68. RGB value is (218,151,104). Sum of RGB (Red+Green+Blue) = 218+151+104=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 151 (59.38% from 255 or 31.92% from 473); Blue value is 104 (41.02% from 255 or 21.99% from 473); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9768 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9768 is #256897. Grayscale: #A5A5A5. Windows color (decimal): -2451608 or 6854618. OLE color: 6854618.

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

Color convert

RGB218151104-
CMYK00.310.520.15
HSL24.74º60.64%63.14%-
HSV(B)24.74º52.29%85.49%-
XYZ42.4838.0418.2-
YUV165.6893.2165.32-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.09%
GREEN value IS 151 (59.38% from 255) = 31.92%
BLUE value IS 104 (41.02% from 255) = 21.99%
R=46.09%
G=31.92%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815110400.310.520.1524.7460.6463.14
HexDA976801F34F193d3f
Octal3322271500376417317577
Binary11011010100101111101000011111110100111111001111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9768; }

 p { color: rgb(218,151,104); }

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

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

 a { background-color: rgb(218,151,104); }

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

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

 span { border-color: rgb(218,151,104); }

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