#D49266

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

Shades of Whiskey #D49266

Tints of Whiskey #D49266

Color information

#D49266 (or 0xD49266) is unknown color: approx Whiskey. HEX triplet: D4, 92 and 66. RGB value is (212,146,102). Sum of RGB (Red+Green+Blue) = 212+146+102=460 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.09% from 460); Green value is 146 (57.42% from 255 or 31.74% from 460); Blue value is 102 (40.23% from 255 or 22.17% from 460); Max value from RGB is 212 - color contains mainly: red. Hex color #D49266 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49266 is #2B6D99. Grayscale: #A0A0A0. Windows color (decimal): -2846106 or 6722260. OLE color: 6722260.

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

Color convert

RGB212146102-
CMYK00.310.520.17
HSL24º56.12%61.57%-
HSV(B)24º51.89%83.14%-
XYZ39.8335.5117.33-
YUV160.7294.87164.58-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 46.09%
GREEN value IS 146 (57.42% from 255) = 31.74%
BLUE value IS 102 (40.23% from 255) = 22.17%
R=46.09%
G=31.74%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.52
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214610200.310.520.172456.1261.57
HexD4926601F341118383e
Octal3242221460376421307076
Binary110101001001001011001100111111101001000111000111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49266; }

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

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

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

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

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

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

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

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