#D98A5D

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

Shades of Whiskey Sour #D98A5D

Tints of Whiskey Sour #D98A5D

Color information

#D98A5D (or 0xD98A5D) is unknown color: approx Whiskey Sour. HEX triplet: D9, 8A and 5D. RGB value is (217,138,93). Sum of RGB (Red+Green+Blue) = 217+138+93=448 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.44% from 448); Green value is 138 (54.30% from 255 or 30.80% from 448); Blue value is 93 (36.72% from 255 or 20.76% from 448); Max value from RGB is 217 - color contains mainly: red. Hex color #D98A5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98A5D is #2675A2. Grayscale: #9C9C9C. Windows color (decimal): -2520483 or 6130393. OLE color: 6130393.

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

Color convert

RGB21713893-
CMYK00.360.570.15
HSL21.77º62%60.78%-
HSV(B)21.77º57.14%85.1%-
XYZ39.6833.7214.77-
YUV156.4992.17171.16-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.44%
GREEN value IS 138 (54.30% from 255) = 30.80%
BLUE value IS 93 (36.72% from 255) = 20.76%
R=48.44%
G=30.80%
B=20.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171389300.360.570.1521.776260.78
HexD98A5D02439F163e3d
Octal3312121350447117267675
Binary110110011000101010111010100100111001111110110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98A5D; }

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

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

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

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

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

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

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

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