#D19552

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

Shades of Whiskey Sour #D19552

Tints of Whiskey Sour #D19552

Color information

#D19552 (or 0xD19552) is unknown color: approx Whiskey Sour. HEX triplet: D1, 95 and 52. RGB value is (209,149,82). Sum of RGB (Red+Green+Blue) = 209+149+82=440 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.5% from 440); Green value is 149 (58.59% from 255 or 33.86% from 440); Blue value is 82 (32.42% from 255 or 18.64% from 440); Max value from RGB is 209 - color contains mainly: red. Hex color #D19552 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19552 is #2E6AAD. Grayscale: #9F9F9F. Windows color (decimal): -3041966 or 5412305. OLE color: 5412305.

HSL color Cylindrical-coordinate representation of color #D19552: hue angle of 31.65º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D19552 is Cyan = 0, Magento = 0.29, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB20914982-
CMYK00.290.610.18
HSL31.65º57.99%57.06%-
HSV(B)31.65º60.77%81.96%-
XYZ38.5635.6612.83-
YUV159.384.38163.45-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 47.5%
GREEN value IS 149 (58.59% from 255) = 33.86%
BLUE value IS 82 (32.42% from 255) = 18.64%
R=47.5%
G=33.86%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.61
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091498200.290.610.1831.6557.9957.06
HexD1955201D3D12203a39
Octal3212251220357522407271
Binary1101000110010101101001001110111110110010100000111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19552; }

 p { color: rgb(209,149,82); }

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

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

 a { background-color: rgb(209,149,82); }

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

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

 span { border-color: rgb(209,149,82); }

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