#D49667

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

Shades of Whiskey #D49667

Tints of Whiskey #D49667

Color information

#D49667 (or 0xD49667) is unknown color: approx Whiskey. HEX triplet: D4, 96 and 67. RGB value is (212,150,103). Sum of RGB (Red+Green+Blue) = 212+150+103=465 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.59% from 465); Green value is 150 (58.98% from 255 or 32.26% from 465); Blue value is 103 (40.62% from 255 or 22.15% from 465); Max value from RGB is 212 - color contains mainly: red. Hex color #D49667 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49667 is #2B6998. Grayscale: #A3A3A3. Windows color (decimal): -2845081 or 6788820. OLE color: 6788820.

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

Color convert

RGB212150103-
CMYK00.290.510.17
HSL25.87º55.9%61.76%-
HSV(B)25.87º51.42%83.14%-
XYZ40.5136.7917.8-
YUV163.1894.04162.82-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.59%
GREEN value IS 150 (58.98% from 255) = 32.26%
BLUE value IS 103 (40.62% from 255) = 22.15%
R=45.59%
G=32.26%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.51
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215010300.290.510.1725.8755.961.76
HexD4966701D33111a383e
Octal3242261470356321327076
Binary110101001001011011001110111011100111000111010111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49667; }

 p { color: rgb(212,150,103); }

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

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

 a { background-color: rgb(212,150,103); }

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

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

 span { border-color: rgb(212,150,103); }

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