#D49968

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

Shades of Whiskey #D49968

Tints of Whiskey #D49968

Color information

#D49968 (or 0xD49968) is unknown color: approx Whiskey. HEX triplet: D4, 99 and 68. RGB value is (212,153,104). Sum of RGB (Red+Green+Blue) = 212+153+104=469 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.20% from 469); Green value is 153 (60.16% from 255 or 32.62% from 469); Blue value is 104 (41.02% from 255 or 22.17% from 469); Max value from RGB is 212 - color contains mainly: red. Hex color #D49968 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49968 is #2B6697. Grayscale: #A5A5A5. Windows color (decimal): -2844312 or 6855124. OLE color: 6855124.

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

Color convert

RGB212153104-
CMYK00.280.510.17
HSL27.22º55.67%61.96%-
HSV(B)27.22º50.94%83.14%-
XYZ41.0437.7818.23-
YUV165.0593.55161.48-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.20%
GREEN value IS 153 (60.16% from 255) = 32.62%
BLUE value IS 104 (41.02% from 255) = 22.17%
R=45.20%
G=32.62%
B=22.17%

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
Decimal21215310400.280.510.1727.2255.6761.96
HexD4996801C33111b383e
Octal3242311500346321337076
Binary110101001001100111010000111001100111000111011111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49968; }

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

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

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

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

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

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

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

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