#d9914e

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

Shades of Whiskey Sour #D9914E

Tints of Whiskey Sour #D9914E

Color information

#D9914E (or 0xD9914E) is unknown color: approx Whiskey Sour. HEX triplet: D9, 91 and 4E. RGB value is (217,145,78). Sum of RGB (Red+Green+Blue) = 217+145+78=440 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.32% from 440); Green value is 145 (57.03% from 255 or 32.95% from 440); Blue value is 78 (30.86% from 255 or 17.73% from 440); Max value from RGB is 217 - color contains mainly: red. Hex color #D9914E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9914E is #266EB1. Grayscale: #9F9F9F. Windows color (decimal): -2518706 or 5149145. OLE color: 5149145.

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

Color convert

RGB21714578-
CMYK00.330.640.15
HSL28.92º64.65%57.84%-
HSV(B)28.92º64.06%85.1%-
XYZ40.1235.5511.96-
YUV158.8982.35169.45-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 49.32%
GREEN value IS 145 (57.03% from 255) = 32.95%
BLUE value IS 78 (30.86% from 255) = 17.73%
R=49.32%
G=32.95%
B=17.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.64
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171457800.330.640.1528.9264.6557.84
HexD9914E02140F1d413a
Octal331221116041100173510172
Binary11011001100100011001110010000110000001111111011000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d9914e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d9914e; }

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

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

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

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

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

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

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

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