#D98A57

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

Shades of Whiskey Sour #D98A57

Tints of Whiskey Sour #D98A57

Color information

#D98A57 (or 0xD98A57) is unknown color: approx Whiskey Sour. HEX triplet: D9, 8A and 57. RGB value is (217,138,87). Sum of RGB (Red+Green+Blue) = 217+138+87=442 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.10% from 442); Green value is 138 (54.30% from 255 or 31.22% from 442); Blue value is 87 (34.38% from 255 or 19.68% from 442); Max value from RGB is 217 - color contains mainly: red. Hex color #D98A57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98A57 is #2675A8. Grayscale: #9C9C9C. Windows color (decimal): -2520489 or 5737177. OLE color: 5737177.

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

Color convert

RGB21713887-
CMYK00.360.600.15
HSL23.54º63.11%59.61%-
HSV(B)23.54º59.91%85.1%-
XYZ39.4233.6213.43-
YUV155.8189.17171.65-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 49.10%
GREEN value IS 138 (54.30% from 255) = 31.22%
BLUE value IS 87 (34.38% from 255) = 19.68%
R=49.10%
G=31.22%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.60
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171388700.360.600.1523.5463.1159.61
HexD98A570243CF183f3c
Octal3312121270447417307774
Binary110110011000101010101110100100111100111111000111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98A57; }

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

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

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

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

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

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

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

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