#D19165

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

Shades of Whiskey #D19165

Tints of Whiskey #D19165

Color information

#D19165 (or 0xD19165) is unknown color: approx Whiskey. HEX triplet: D1, 91 and 65. RGB value is (209,145,101). Sum of RGB (Red+Green+Blue) = 209+145+101=455 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.93% from 455); Green value is 145 (57.03% from 255 or 31.87% from 455); Blue value is 101 (39.84% from 255 or 22.20% from 455); Max value from RGB is 209 - color contains mainly: red. Hex color #D19165 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19165 is #2E6E9A. Grayscale: #9F9F9F. Windows color (decimal): -3042971 or 6656465. OLE color: 6656465.

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

Color convert

RGB209145101-
CMYK00.310.520.18
HSL24.44º54%60.78%-
HSV(B)24.44º51.67%81.96%-
XYZ38.7734.7516.98-
YUV159.1295.2163.58-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.93%
GREEN value IS 145 (57.03% from 255) = 31.87%
BLUE value IS 101 (39.84% from 255) = 22.20%
R=45.93%
G=31.87%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914510100.310.520.1824.445460.78
HexD1916501F341218363d
Octal3212211450376422306675
Binary110100011001000111001010111111101001001011000110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19165; }

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

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

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

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

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

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

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

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