#D19052

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

Shades of Whiskey Sour #D19052

Tints of Whiskey Sour #D19052

Color information

#D19052 (or 0xD19052) is unknown color: approx Whiskey Sour. HEX triplet: D1, 90 and 52. RGB value is (209,144,82). Sum of RGB (Red+Green+Blue) = 209+144+82=435 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.05% from 435); Green value is 144 (56.64% from 255 or 33.10% from 435); Blue value is 82 (32.42% from 255 or 18.85% from 435); Max value from RGB is 209 - color contains mainly: red. Hex color #D19052 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19052 is #2E6FAD. Grayscale: #9C9C9C. Windows color (decimal): -3043246 or 5411025. OLE color: 5411025.

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

Color convert

RGB20914482-
CMYK00.310.610.18
HSL29.29º57.99%57.06%-
HSV(B)29.29º60.77%81.96%-
XYZ37.7934.1112.57-
YUV156.3786.03165.54-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 48.05%
GREEN value IS 144 (56.64% from 255) = 33.10%
BLUE value IS 82 (32.42% from 255) = 18.85%
R=48.05%
G=33.10%
B=18.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.61
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091448200.310.610.1829.2957.9957.06
HexD1905201F3D121d3a39
Octal3212201220377522357271
Binary110100011001000010100100111111111011001011101111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19052; }

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

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

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

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

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

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

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

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