#D98D5D

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

Shades of Whiskey Sour #D98D5D

Tints of Whiskey Sour #D98D5D

Color information

#D98D5D (or 0xD98D5D) is unknown color: approx Whiskey Sour. HEX triplet: D9, 8D and 5D. RGB value is (217,141,93). Sum of RGB (Red+Green+Blue) = 217+141+93=451 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.12% from 451); Green value is 141 (55.47% from 255 or 31.26% from 451); Blue value is 93 (36.72% from 255 or 20.62% from 451); Max value from RGB is 217 - color contains mainly: red. Hex color #D98D5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98D5D is #2672A2. Grayscale: #9E9E9E. Windows color (decimal): -2519715 or 6131161. OLE color: 6131161.

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

Color convert

RGB21714193-
CMYK00.350.570.15
HSL23.23º62%60.78%-
HSV(B)23.23º57.14%85.1%-
XYZ40.1234.5914.92-
YUV158.2591.18169.9-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.12%
GREEN value IS 141 (55.47% from 255) = 31.26%
BLUE value IS 93 (36.72% from 255) = 20.62%
R=48.12%
G=31.26%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171419300.350.570.1523.236260.78
HexD98D5D02339F173e3d
Octal3312151350437117277675
Binary110110011000110110111010100011111001111110111111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98D5D; }

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

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

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

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

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

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

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

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