#D19365

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

Shades of Whiskey #D19365

Tints of Whiskey #D19365

Color information

#D19365 (or 0xD19365) is unknown color: approx Whiskey. HEX triplet: D1, 93 and 65. RGB value is (209,147,101). Sum of RGB (Red+Green+Blue) = 209+147+101=457 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.73% from 457); Green value is 147 (57.81% from 255 or 32.17% from 457); Blue value is 101 (39.84% from 255 or 22.10% from 457); Max value from RGB is 209 - color contains mainly: red. Hex color #D19365 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19365 is #2E6C9A. Grayscale: #A0A0A0. Windows color (decimal): -3042459 or 6656977. OLE color: 6656977.

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

Color convert

RGB209147101-
CMYK00.300.520.18
HSL25.56º54%60.78%-
HSV(B)25.56º51.67%81.96%-
XYZ39.0835.3617.08-
YUV160.2994.54162.74-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.73%
GREEN value IS 147 (57.81% from 255) = 32.17%
BLUE value IS 101 (39.84% from 255) = 22.10%
R=45.73%
G=32.17%
B=22.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914710100.300.520.1825.565460.78
HexD1936501E34121a363d
Octal3212231450366422326675
Binary110100011001001111001010111101101001001011010110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19365; }

 p { color: rgb(209,147,101); }

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

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

 a { background-color: rgb(209,147,101); }

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

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

 span { border-color: rgb(209,147,101); }

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