#D99252

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

Shades of Whiskey Sour #D99252

Tints of Whiskey Sour #D99252

Color information

#D99252 (or 0xD99252) is unknown color: approx Whiskey Sour. HEX triplet: D9, 92 and 52. RGB value is (217,146,82). Sum of RGB (Red+Green+Blue) = 217+146+82=445 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.76% from 445); Green value is 146 (57.42% from 255 or 32.81% from 445); Blue value is 82 (32.42% from 255 or 18.43% from 445); Max value from RGB is 217 - color contains mainly: red. Hex color #D99252 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99252 is #266DAD. Grayscale: #A0A0A0. Windows color (decimal): -2518446 or 5411545. OLE color: 5411545.

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

Color convert

RGB21714682-
CMYK00.330.620.15
HSL28.44º63.98%58.63%-
HSV(B)28.44º62.21%85.1%-
XYZ40.4235.9212.79-
YUV159.9384.02168.7-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.76%
GREEN value IS 146 (57.42% from 255) = 32.81%
BLUE value IS 82 (32.42% from 255) = 18.43%
R=48.76%
G=32.81%
B=18.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171468200.330.620.1528.4463.9858.63
HexD992520213EF1c403b
Octal33122212204176173410073
Binary1101100110010010101001001000011111101111111001000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99252; }

 p { color: rgb(217,146,82); }

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

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

 a { background-color: rgb(217,146,82); }

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

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

 span { border-color: rgb(217,146,82); }

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