#D09764

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

Shades of Whiskey #D09764

Tints of Whiskey #D09764

Color information

#D09764 (or 0xD09764) is unknown color: approx Whiskey. HEX triplet: D0, 97 and 64. RGB value is (208,151,100). Sum of RGB (Red+Green+Blue) = 208+151+100=459 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.32% from 459); Green value is 151 (59.38% from 255 or 32.90% from 459); Blue value is 100 (39.45% from 255 or 21.79% from 459); Max value from RGB is 208 - color contains mainly: red. Hex color #D09764 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09764 is #2F689B. Grayscale: #A2A2A2. Windows color (decimal): -3106972 or 6592464. OLE color: 6592464.

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

Color convert

RGB208151100-
CMYK00.270.520.18
HSL28.33º53.47%60.39%-
HSV(B)28.33º51.92%81.57%-
XYZ39.3836.4617.02-
YUV162.2392.88160.65-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.32%
GREEN value IS 151 (59.38% from 255) = 32.90%
BLUE value IS 100 (39.45% from 255) = 21.79%
R=45.32%
G=32.90%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815110000.270.520.1828.3353.4760.39
HexD0976401B34121c353c
Octal3202271440336422346574
Binary110100001001011111001000110111101001001011100110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09764; }

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

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

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

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

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

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

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

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