#D98E58

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

Shades of Whiskey Sour #D98E58

Tints of Whiskey Sour #D98E58

Color information

#D98E58 (or 0xD98E58) is unknown color: approx Whiskey Sour. HEX triplet: D9, 8E and 58. RGB value is (217,142,88). Sum of RGB (Red+Green+Blue) = 217+142+88=447 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.55% from 447); Green value is 142 (55.86% from 255 or 31.77% from 447); Blue value is 88 (34.77% from 255 or 19.69% from 447); Max value from RGB is 217 - color contains mainly: red. Hex color #D98E58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98E58 is #2671A7. Grayscale: #9E9E9E. Windows color (decimal): -2519464 or 5803737. OLE color: 5803737.

HSL color Cylindrical-coordinate representation of color #D98E58: hue angle of 25.12º 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 #D98E58 is Cyan = 0, Magento = 0.35, Yellow = 0.59 and Black (K on CMYK) = 0.15.

Color convert

RGB21714288-
CMYK00.350.590.15
HSL25.12º62.93%59.8%-
HSV(B)25.12º59.45%85.1%-
XYZ40.0534.813.84-
YUV158.2788.35169.89-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.55%
GREEN value IS 142 (55.86% from 255) = 31.77%
BLUE value IS 88 (34.77% from 255) = 19.69%
R=48.55%
G=31.77%
B=19.69%

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
Decimal2171428800.350.590.1525.1262.9359.8
HexD98E580233BF193f3c
Octal3312161300437317317774
Binary110110011000111010110000100011111011111111001111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98E58; }

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

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

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

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

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

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

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

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