#D9915B

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

Shades of Whiskey Sour #D9915B

Tints of Whiskey Sour #D9915B

Color information

#D9915B (or 0xD9915B) is unknown color: approx Whiskey Sour. HEX triplet: D9, 91 and 5B. RGB value is (217,145,91). Sum of RGB (Red+Green+Blue) = 217+145+91=453 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.90% from 453); Green value is 145 (57.03% from 255 or 32.01% from 453); Blue value is 91 (35.94% from 255 or 20.09% from 453); Max value from RGB is 217 - color contains mainly: red. Hex color #D9915B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9915B is #266EA4. Grayscale: #A0A0A0. Windows color (decimal): -2518693 or 6001113. OLE color: 6001113.

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

Color convert

RGB21714591-
CMYK00.330.580.15
HSL25.71º62.38%60.39%-
HSV(B)25.71º58.06%85.1%-
XYZ40.6335.7614.66-
YUV160.3788.85168.39-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 47.90%
GREEN value IS 145 (57.03% from 255) = 32.01%
BLUE value IS 91 (35.94% from 255) = 20.09%
R=47.90%
G=32.01%
B=20.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171459100.330.580.1525.7162.3860.39
HexD9915B0213AF1a3e3c
Octal3312211330417217327674
Binary110110011001000110110110100001111010111111010111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9915B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9915B; }

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

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

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

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

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

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

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

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