#D98D5F

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

Shades of Whiskey Sour #D98D5F

Tints of Whiskey Sour #D98D5F

Color information

#D98D5F (or 0xD98D5F) is unknown color: approx Whiskey Sour. HEX triplet: D9, 8D and 5F. RGB value is (217,141,95). Sum of RGB (Red+Green+Blue) = 217+141+95=453 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.90% from 453); Green value is 141 (55.47% from 255 or 31.13% from 453); Blue value is 95 (37.5% from 255 or 20.97% from 453); Max value from RGB is 217 - color contains mainly: red. Hex color #D98D5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98D5F is #2672A0. Grayscale: #9E9E9E. Windows color (decimal): -2519713 or 6262233. OLE color: 6262233.

HSL color Cylindrical-coordinate representation of color #D98D5F: hue angle of 22.62º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D98D5F is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB21714195-
CMYK00.350.560.15
HSL22.62º61.62%61.18%-
HSV(B)22.62º56.22%85.1%-
XYZ40.2134.6315.39-
YUV158.4892.18169.74-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 47.90%
GREEN value IS 141 (55.47% from 255) = 31.13%
BLUE value IS 95 (37.5% from 255) = 20.97%
R=47.90%
G=31.13%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171419500.350.560.1522.6261.6261.18
HexD98D5F02338F173e3d
Octal3312151370437017277675
Binary110110011000110110111110100011111000111110111111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98D5F; }

 p { color: rgb(217,141,95); }

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

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

 a { background-color: rgb(217,141,95); }

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

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

 span { border-color: rgb(217,141,95); }

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