#D9915E

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

Shades of Whiskey Sour #D9915E

Tints of Whiskey Sour #D9915E

Color information

#D9915E (or 0xD9915E) is unknown color: approx Whiskey Sour. HEX triplet: D9, 91 and 5E. RGB value is (217,145,94). Sum of RGB (Red+Green+Blue) = 217+145+94=456 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.59% from 456); Green value is 145 (57.03% from 255 or 31.80% from 456); Blue value is 94 (37.11% from 255 or 20.61% from 456); Max value from RGB is 217 - color contains mainly: red. Hex color #D9915E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9915E is #266EA1. Grayscale: #A0A0A0. Windows color (decimal): -2518690 or 6197721. OLE color: 6197721.

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

Color convert

RGB21714594-
CMYK00.330.570.15
HSL24.88º61.81%60.98%-
HSV(B)24.88º56.68%85.1%-
XYZ40.7635.8115.35-
YUV160.7190.35168.15-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 47.59%
GREEN value IS 145 (57.03% from 255) = 31.80%
BLUE value IS 94 (37.11% from 255) = 20.61%
R=47.59%
G=31.80%
B=20.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171459400.330.570.1524.8861.8160.98
HexD9915E02139F193e3d
Octal3312211360417117317675
Binary110110011001000110111100100001111001111111001111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9915E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9915E; }

 p { color: rgb(217,145,94); }

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

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

 a { background-color: rgb(217,145,94); }

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

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

 span { border-color: rgb(217,145,94); }

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