#D9905E

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

Shades of Whiskey Sour #D9905E

Tints of Whiskey Sour #D9905E

Color information

#D9905E (or 0xD9905E) is unknown color: approx Whiskey Sour. HEX triplet: D9, 90 and 5E. RGB value is (217,144,94). Sum of RGB (Red+Green+Blue) = 217+144+94=455 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.69% from 455); Green value is 144 (56.64% from 255 or 31.65% from 455); Blue value is 94 (37.11% from 255 or 20.66% from 455); Max value from RGB is 217 - color contains mainly: red. Hex color #D9905E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9905E is #266FA1. Grayscale: #A0A0A0. Windows color (decimal): -2518946 or 6197465. OLE color: 6197465.

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

Color convert

RGB21714494-
CMYK00.340.570.15
HSL24.39º61.81%60.98%-
HSV(B)24.39º56.68%85.1%-
XYZ40.6135.5115.3-
YUV160.1390.68168.57-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 47.69%
GREEN value IS 144 (56.64% from 255) = 31.65%
BLUE value IS 94 (37.11% from 255) = 20.66%
R=47.69%
G=31.65%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171449400.340.570.1524.3961.8160.98
HexD9905E02239F183e3d
Octal3312201360427117307675
Binary110110011001000010111100100010111001111111000111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9905E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9905E; }

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

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

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

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

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

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

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

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