#D09968

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

Shades of Whiskey #D09968

Tints of Whiskey #D09968

Color information

#D09968 (or 0xD09968) is unknown color: approx Whiskey. HEX triplet: D0, 99 and 68. RGB value is (208,153,104). Sum of RGB (Red+Green+Blue) = 208+153+104=465 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.73% from 465); Green value is 153 (60.16% from 255 or 32.90% from 465); Blue value is 104 (41.02% from 255 or 22.37% from 465); Max value from RGB is 208 - color contains mainly: red. Hex color #D09968 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09968 is #2F6697. Grayscale: #A4A4A4. Windows color (decimal): -3106456 or 6855120. OLE color: 6855120.

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

Color convert

RGB208153104-
CMYK00.260.50.18
HSL28.27º52.53%61.18%-
HSV(B)28.27º50%81.57%-
XYZ39.937.1918.17-
YUV163.8694.22159.48-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.73%
GREEN value IS 153 (60.16% from 255) = 32.90%
BLUE value IS 104 (41.02% from 255) = 22.37%
R=44.73%
G=32.90%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.5
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815310400.260.50.1828.2752.5361.18
HexD0996801A32121c353d
Octal3202311500326222346575
Binary110100001001100111010000110101100101001011100110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09968; }

 p { color: rgb(208,153,104); }

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

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

 a { background-color: rgb(208,153,104); }

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

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

 span { border-color: rgb(208,153,104); }

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