#D09765

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

Shades of Whiskey #D09765

Tints of Whiskey #D09765

Color information

#D09765 (or 0xD09765) is unknown color: approx Whiskey. HEX triplet: D0, 97 and 65. RGB value is (208,151,101). Sum of RGB (Red+Green+Blue) = 208+151+101=460 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.22% from 460); Green value is 151 (59.38% from 255 or 32.83% from 460); Blue value is 101 (39.84% from 255 or 21.96% from 460); Max value from RGB is 208 - color contains mainly: red. Hex color #D09765 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09765 is #2F689A. Grayscale: #A2A2A2. Windows color (decimal): -3106971 or 6658000. OLE color: 6658000.

HSL color Cylindrical-coordinate representation of color #D09765: hue angle of 28.04º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D09765 is Cyan = 0, Magento = 0.27, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB208151101-
CMYK00.270.510.18
HSL28.04º53.23%60.59%-
HSV(B)28.04º51.44%81.57%-
XYZ39.4336.4817.28-
YUV162.3493.38160.57-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.22%
GREEN value IS 151 (59.38% from 255) = 32.83%
BLUE value IS 101 (39.84% from 255) = 21.96%
R=45.22%
G=32.83%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.51
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815110100.270.510.1828.0453.2360.59
HexD0976501B33121c353d
Octal3202271450336322346575
Binary110100001001011111001010110111100111001011100110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09765; }

 p { color: rgb(208,151,101); }

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

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

 a { background-color: rgb(208,151,101); }

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

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

 span { border-color: rgb(208,151,101); }

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