#D08654

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

Shades of Whiskey Sour #D08654

Tints of Whiskey Sour #D08654

Color information

#D08654 (or 0xD08654) is unknown color: approx Whiskey Sour. HEX triplet: D0, 86 and 54. RGB value is (208,134,84). Sum of RGB (Red+Green+Blue) = 208+134+84=426 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.83% from 426); Green value is 134 (52.73% from 255 or 31.46% from 426); Blue value is 84 (33.20% from 255 or 19.72% from 426); Max value from RGB is 208 - color contains mainly: red. Hex color #D08654 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08654 is #2F79AB. Grayscale: #969696. Windows color (decimal): -3111340 or 5539536. OLE color: 5539536.

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

Color convert

RGB20813484-
CMYK00.360.600.18
HSL24.19º56.88%57.25%-
HSV(B)24.19º59.62%81.57%-
XYZ36.1431.112.49-
YUV150.4390.52169.07-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 48.83%
GREEN value IS 134 (52.73% from 255) = 31.46%
BLUE value IS 84 (33.20% from 255) = 19.72%
R=48.83%
G=31.46%
B=19.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.60
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081348400.360.600.1824.1956.8857.25
HexD086540243C12183939
Octal3202061240447422307171
Binary1101000010000110101010001001001111001001011000111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08654; }

 p { color: rgb(208,134,84); }

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

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

 a { background-color: rgb(208,134,84); }

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

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

 span { border-color: rgb(208,134,84); }

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