#D49868

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

Shades of Whiskey #D49868

Tints of Whiskey #D49868

Color information

#D49868 (or 0xD49868) is unknown color: approx Whiskey. HEX triplet: D4, 98 and 68. RGB value is (212,152,104). Sum of RGB (Red+Green+Blue) = 212+152+104=468 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.30% from 468); Green value is 152 (59.77% from 255 or 32.48% from 468); Blue value is 104 (41.02% from 255 or 22.22% from 468); Max value from RGB is 212 - color contains mainly: red. Hex color #D49868 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49868 is #2B6797. Grayscale: #A4A4A4. Windows color (decimal): -2844568 or 6854868. OLE color: 6854868.

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

Color convert

RGB212152104-
CMYK00.280.510.17
HSL26.67º55.67%61.96%-
HSV(B)26.67º50.94%83.14%-
XYZ40.8837.4518.17-
YUV164.4793.88161.9-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.30%
GREEN value IS 152 (59.77% from 255) = 32.48%
BLUE value IS 104 (41.02% from 255) = 22.22%
R=45.30%
G=32.48%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.51
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215210400.280.510.1726.6755.6761.96
HexD4986801C33111b383e
Octal3242301500346321337076
Binary110101001001100011010000111001100111000111011111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49868; }

 p { color: rgb(212,152,104); }

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

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

 a { background-color: rgb(212,152,104); }

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

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

 span { border-color: rgb(212,152,104); }

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