#D98C4D

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

Shades of Whiskey Sour #D98C4D

Tints of Whiskey Sour #D98C4D

Color information

#D98C4D (or 0xD98C4D) is unknown color: approx Whiskey Sour. HEX triplet: D9, 8C and 4D. RGB value is (217,140,77). Sum of RGB (Red+Green+Blue) = 217+140+77=434 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50% from 434); Green value is 140 (55.08% from 255 or 32.26% from 434); Blue value is 77 (30.47% from 255 or 17.74% from 434); Max value from RGB is 217 - color contains mainly: red. Hex color #D98C4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98C4D is #2673B2. Grayscale: #9C9C9C. Windows color (decimal): -2519987 or 5082329. OLE color: 5082329.

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

Color convert

RGB21714077-
CMYK00.350.650.15
HSL27º64.81%57.65%-
HSV(B)27º64.52%85.1%-
XYZ39.3334.0411.52-
YUV155.8483.51171.62-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 50%
GREEN value IS 140 (55.08% from 255) = 32.26%
BLUE value IS 77 (30.47% from 255) = 17.74%
R=50%
G=32.26%
B=17.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171407700.350.650.152764.8157.65
HexD98C4D02341F1b413a
Octal331214115043101173310172
Binary11011001100011001001101010001110000011111110111000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98C4D; }

 p { color: rgb(217,140,77); }

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

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

 a { background-color: rgb(217,140,77); }

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

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

 span { border-color: rgb(217,140,77); }

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