#D9955B

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

Shades of Whiskey Sour #D9955B

Tints of Whiskey Sour #D9955B

Color information

#D9955B (or 0xD9955B) is unknown color: approx Whiskey Sour. HEX triplet: D9, 95 and 5B. RGB value is (217,149,91). Sum of RGB (Red+Green+Blue) = 217+149+91=457 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.48% from 457); Green value is 149 (58.59% from 255 or 32.60% from 457); Blue value is 91 (35.94% from 255 or 19.91% from 457); Max value from RGB is 217 - color contains mainly: red. Hex color #D9955B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9955B is #266AA4. Grayscale: #A3A3A3. Windows color (decimal): -2517669 or 6002137. OLE color: 6002137.

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

Color convert

RGB21714991-
CMYK00.310.580.15
HSL27.62º62.38%60.39%-
HSV(B)27.62º58.06%85.1%-
XYZ41.253714.87-
YUV162.7287.53166.72-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 47.48%
GREEN value IS 149 (58.59% from 255) = 32.60%
BLUE value IS 91 (35.94% from 255) = 19.91%
R=47.48%
G=32.60%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171499100.310.580.1527.6262.3860.39
HexD9955B01F3AF1c3e3c
Octal3312251330377217347674
Binary11011001100101011011011011111111010111111100111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9955B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9955B; }

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

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

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

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

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

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

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

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