#D19264

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

Shades of Whiskey #D19264

Tints of Whiskey #D19264

Color information

#D19264 (or 0xD19264) is unknown color: approx Whiskey. HEX triplet: D1, 92 and 64. RGB value is (209,146,100). Sum of RGB (Red+Green+Blue) = 209+146+100=455 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.93% from 455); Green value is 146 (57.42% from 255 or 32.09% from 455); Blue value is 100 (39.45% from 255 or 21.98% from 455); Max value from RGB is 209 - color contains mainly: red. Hex color #D19264 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19264 is #2E6D9B. Grayscale: #9F9F9F. Windows color (decimal): -3042716 or 6591185. OLE color: 6591185.

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

Color convert

RGB209146100-
CMYK00.300.520.18
HSL25.32º54.23%60.59%-
HSV(B)25.32º52.15%81.96%-
XYZ38.8735.0316.77-
YUV159.5994.37163.24-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.93%
GREEN value IS 146 (57.42% from 255) = 32.09%
BLUE value IS 100 (39.45% from 255) = 21.98%
R=45.93%
G=32.09%
B=21.98%

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
Decimal20914610000.300.520.1825.3254.2360.59
HexD1926401E341219363d
Octal3212221440366422316675
Binary110100011001001011001000111101101001001011001110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19264; }

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

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

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

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

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

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

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

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