#D98D4E

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

Shades of Whiskey Sour #D98D4E

Tints of Whiskey Sour #D98D4E

Color information

#D98D4E (or 0xD98D4E) is unknown color: approx Whiskey Sour. HEX triplet: D9, 8D and 4E. RGB value is (217,141,78). Sum of RGB (Red+Green+Blue) = 217+141+78=436 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.77% from 436); Green value is 141 (55.47% from 255 or 32.34% from 436); Blue value is 78 (30.86% from 255 or 17.89% from 436); Max value from RGB is 217 - color contains mainly: red. Hex color #D98D4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98D4E is #2672B1. Grayscale: #9C9C9C. Windows color (decimal): -2519730 or 5148121. OLE color: 5148121.

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

Color convert

RGB21714178-
CMYK00.350.640.15
HSL27.19º64.65%57.84%-
HSV(B)27.19º64.06%85.1%-
XYZ39.5234.3511.76-
YUV156.5483.68171.12-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 49.77%
GREEN value IS 141 (55.47% from 255) = 32.34%
BLUE value IS 78 (30.86% from 255) = 17.89%
R=49.77%
G=32.34%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.64
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171417800.350.640.1527.1964.6557.84
HexD98D4E02340F1b413a
Octal331215116043100173310172
Binary11011001100011011001110010001110000001111110111000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98D4E; }

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

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

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

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

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

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

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

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