#D99553

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

Shades of Whiskey Sour #D99553

Tints of Whiskey Sour #D99553

Color information

#D99553 (or 0xD99553) is unknown color: approx Whiskey Sour. HEX triplet: D9, 95 and 53. RGB value is (217,149,83). Sum of RGB (Red+Green+Blue) = 217+149+83=449 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.33% from 449); Green value is 149 (58.59% from 255 or 33.18% from 449); Blue value is 83 (32.81% from 255 or 18.49% from 449); Max value from RGB is 217 - color contains mainly: red. Hex color #D99553 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99553 is #266AAC. Grayscale: #A2A2A2. Windows color (decimal): -2517677 or 5477849. OLE color: 5477849.

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

Color convert

RGB21714983-
CMYK00.310.620.15
HSL29.55º63.81%58.82%-
HSV(B)29.55º61.75%85.1%-
XYZ40.9236.8713.14-
YUV161.8183.53167.37-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.33%
GREEN value IS 149 (58.59% from 255) = 33.18%
BLUE value IS 83 (32.81% from 255) = 18.49%
R=48.33%
G=33.18%
B=18.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171498300.310.620.1529.5563.8158.82
HexD9955301F3EF1e403b
Octal33122512303776173610073
Binary110110011001010110100110111111111101111111101000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99553; }

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

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

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

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

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

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

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

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