#D99152

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

Shades of Whiskey Sour #D99152

Tints of Whiskey Sour #D99152

Color information

#D99152 (or 0xD99152) is unknown color: approx Whiskey Sour. HEX triplet: D9, 91 and 52. RGB value is (217,145,82). Sum of RGB (Red+Green+Blue) = 217+145+82=444 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.87% from 444); Green value is 145 (57.03% from 255 or 32.66% from 444); Blue value is 82 (32.42% from 255 or 18.47% from 444); Max value from RGB is 217 - color contains mainly: red. Hex color #D99152 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99152 is #266EAD. Grayscale: #9F9F9F. Windows color (decimal): -2518702 or 5411289. OLE color: 5411289.

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

Color convert

RGB21714582-
CMYK00.330.620.15
HSL28º63.98%58.63%-
HSV(B)28º62.21%85.1%-
XYZ40.2635.6112.73-
YUV159.3584.35169.12-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.87%
GREEN value IS 145 (57.03% from 255) = 32.66%
BLUE value IS 82 (32.42% from 255) = 18.47%
R=48.87%
G=32.66%
B=18.47%

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
Decimal2171458200.330.620.152863.9858.63
HexD991520213EF1c403b
Octal33122112204176173410073
Binary1101100110010001101001001000011111101111111001000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99152; }

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

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

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

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

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

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

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

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