#D19452

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

Shades of Whiskey Sour #D19452

Tints of Whiskey Sour #D19452

Color information

#D19452 (or 0xD19452) is unknown color: approx Whiskey Sour. HEX triplet: D1, 94 and 52. RGB value is (209,148,82). Sum of RGB (Red+Green+Blue) = 209+148+82=439 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.61% from 439); Green value is 148 (58.20% from 255 or 33.71% from 439); Blue value is 82 (32.42% from 255 or 18.68% from 439); Max value from RGB is 209 - color contains mainly: red. Hex color #D19452 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19452 is #2E6BAD. Grayscale: #9F9F9F. Windows color (decimal): -3042222 or 5412049. OLE color: 5412049.

HSL color Cylindrical-coordinate representation of color #D19452: hue angle of 31.18º 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 #D19452 is Cyan = 0, Magento = 0.29, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB20914882-
CMYK00.290.610.18
HSL31.18º57.99%57.06%-
HSV(B)31.18º60.77%81.96%-
XYZ38.4135.3412.78-
YUV158.7284.71163.87-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 47.61%
GREEN value IS 148 (58.20% from 255) = 33.71%
BLUE value IS 82 (32.42% from 255) = 18.68%
R=47.61%
G=33.71%
B=18.68%

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
Decimal2091488200.290.610.1831.1857.9957.06
HexD1945201D3D121f3a39
Octal3212241220357522377271
Binary110100011001010010100100111011111011001011111111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19452; }

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

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

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

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

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

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

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

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