#D98D58

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

Shades of Whiskey Sour #D98D58

Tints of Whiskey Sour #D98D58

Color information

#D98D58 (or 0xD98D58) is unknown color: approx Whiskey Sour. HEX triplet: D9, 8D and 58. RGB value is (217,141,88). Sum of RGB (Red+Green+Blue) = 217+141+88=446 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.65% from 446); Green value is 141 (55.47% from 255 or 31.61% from 446); Blue value is 88 (34.77% from 255 or 19.73% from 446); Max value from RGB is 217 - color contains mainly: red. Hex color #D98D58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98D58 is #2672A7. Grayscale: #9D9D9D. Windows color (decimal): -2519720 or 5803481. OLE color: 5803481.

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

Color convert

RGB21714188-
CMYK00.350.590.15
HSL24.65º62.93%59.8%-
HSV(B)24.65º59.45%85.1%-
XYZ39.934.5113.79-
YUV157.6888.68170.31-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.65%
GREEN value IS 141 (55.47% from 255) = 31.61%
BLUE value IS 88 (34.77% from 255) = 19.73%
R=48.65%
G=31.61%
B=19.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.59
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171418800.350.590.1524.6562.9359.8
HexD98D580233BF193f3c
Octal3312151300437317317774
Binary110110011000110110110000100011111011111111001111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98D58; }

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

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

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

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

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

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

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

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