#D0985E

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

Shades of Whiskey Sour #D0985E

Tints of Whiskey Sour #D0985E

Color information

#D0985E (or 0xD0985E) is unknown color: approx Whiskey Sour. HEX triplet: D0, 98 and 5E. RGB value is (208,152,94). Sum of RGB (Red+Green+Blue) = 208+152+94=454 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.81% from 454); Green value is 152 (59.77% from 255 or 33.48% from 454); Blue value is 94 (37.11% from 255 or 20.70% from 454); Max value from RGB is 208 - color contains mainly: red. Hex color #D0985E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0985E is #2F67A1. Grayscale: #A2A2A2. Windows color (decimal): -3106722 or 6199504. OLE color: 6199504.

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

Color convert

RGB20815294-
CMYK00.270.550.18
HSL30.53º54.81%59.22%-
HSV(B)30.53º54.81%81.57%-
XYZ39.2636.6715.6-
YUV162.1389.55160.72-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.81%
GREEN value IS 152 (59.77% from 255) = 33.48%
BLUE value IS 94 (37.11% from 255) = 20.70%
R=45.81%
G=33.48%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081529400.270.550.1830.5354.8159.22
HexD0985E01B37121f373b
Octal3202301360336722376773
Binary110100001001100010111100110111101111001011111110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0985E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0985E; }

 p { color: rgb(208,152,94); }

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

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

 a { background-color: rgb(208,152,94); }

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

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

 span { border-color: rgb(208,152,94); }

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