#D49166

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

Shades of Whiskey #D49166

Tints of Whiskey #D49166

Color information

#D49166 (or 0xD49166) is unknown color: approx Whiskey. HEX triplet: D4, 91 and 66. RGB value is (212,145,102). Sum of RGB (Red+Green+Blue) = 212+145+102=459 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.19% from 459); Green value is 145 (57.03% from 255 or 31.59% from 459); Blue value is 102 (40.23% from 255 or 22.22% from 459); Max value from RGB is 212 - color contains mainly: red. Hex color #D49166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49166 is #2B6E99. Grayscale: #A0A0A0. Windows color (decimal): -2846362 or 6722004. OLE color: 6722004.

HSL color Cylindrical-coordinate representation of color #D49166: hue angle of 23.45º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D49166 is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.17.

Color convert

RGB212145102-
CMYK00.320.520.17
HSL23.45º56.12%61.57%-
HSV(B)23.45º51.89%83.14%-
XYZ39.6835.2117.27-
YUV160.1395.2165-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 46.19%
GREEN value IS 145 (57.03% from 255) = 31.59%
BLUE value IS 102 (40.23% from 255) = 22.22%
R=46.19%
G=31.59%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.52
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214510200.320.520.1723.4556.1261.57
HexD49166020341117383e
Octal3242211460406421277076
Binary1101010010010001110011001000001101001000110111111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49166; }

 p { color: rgb(212,145,102); }

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

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

 a { background-color: rgb(212,145,102); }

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

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

 span { border-color: rgb(212,145,102); }

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