#D99964

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

Shades of Whiskey Sour #D99964

Tints of Whiskey Sour #D99964

Color information

#D99964 (or 0xD99964) is unknown color: approx Whiskey Sour. HEX triplet: D9, 99 and 64. RGB value is (217,153,100). Sum of RGB (Red+Green+Blue) = 217+153+100=470 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.17% from 470); Green value is 153 (60.16% from 255 or 32.55% from 470); Blue value is 100 (39.45% from 255 or 21.28% from 470); Max value from RGB is 217 - color contains mainly: red. Hex color #D99964 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99964 is #26669B. Grayscale: #A6A6A6. Windows color (decimal): -2516636 or 6592985. OLE color: 6592985.

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

Color convert

RGB217153100-
CMYK00.290.540.15
HSL27.18º60.62%62.16%-
HSV(B)27.18º53.92%85.1%-
XYZ42.3138.4517.25-
YUV166.0990.7164.31-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.17%
GREEN value IS 153 (60.16% from 255) = 32.55%
BLUE value IS 100 (39.45% from 255) = 21.28%
R=46.17%
G=32.55%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715310000.290.540.1527.1860.6262.16
HexD9996401D36F1b3d3e
Octal3312311440356617337576
Binary11011001100110011100100011101110110111111011111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99964; }

 p { color: rgb(217,153,100); }

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

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

 a { background-color: rgb(217,153,100); }

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

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

 span { border-color: rgb(217,153,100); }

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