#D19564

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

Shades of Whiskey #D19564

Tints of Whiskey #D19564

Color information

#D19564 (or 0xD19564) is unknown color: approx Whiskey. HEX triplet: D1, 95 and 64. RGB value is (209,149,100). Sum of RGB (Red+Green+Blue) = 209+149+100=458 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.63% from 458); Green value is 149 (58.59% from 255 or 32.53% from 458); Blue value is 100 (39.45% from 255 or 21.83% from 458); Max value from RGB is 209 - color contains mainly: red. Hex color #D19564 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19564 is #2E6A9B. Grayscale: #A1A1A1. Windows color (decimal): -3041948 or 6591953. OLE color: 6591953.

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

Color convert

RGB209149100-
CMYK00.290.520.18
HSL26.97º54.23%60.59%-
HSV(B)26.97º52.15%81.96%-
XYZ39.3435.9716.93-
YUV161.3593.38161.98-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.63%
GREEN value IS 149 (58.59% from 255) = 32.53%
BLUE value IS 100 (39.45% from 255) = 21.83%
R=45.63%
G=32.53%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914910000.290.520.1826.9754.2360.59
HexD1956401D34121b363d
Octal3212251440356422336675
Binary110100011001010111001000111011101001001011011110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19564; }

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

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

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

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

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

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

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

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