#D49A67

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

Shades of Whiskey #D49A67

Tints of Whiskey #D49A67

Color information

#D49A67 (or 0xD49A67) is unknown color: approx Whiskey. HEX triplet: D4, 9A and 67. RGB value is (212,154,103). Sum of RGB (Red+Green+Blue) = 212+154+103=469 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.20% from 469); Green value is 154 (60.55% from 255 or 32.84% from 469); Blue value is 103 (40.62% from 255 or 21.96% from 469); Max value from RGB is 212 - color contains mainly: red. Hex color #D49A67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49A67 is #2B6598. Grayscale: #A5A5A5. Windows color (decimal): -2844057 or 6789844. OLE color: 6789844.

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

Color convert

RGB212154103-
CMYK00.270.510.17
HSL28.07º55.9%61.76%-
HSV(B)28.07º51.42%83.14%-
XYZ41.1638.0918.01-
YUV165.5392.72161.15-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.20%
GREEN value IS 154 (60.55% from 255) = 32.84%
BLUE value IS 103 (40.62% from 255) = 21.96%
R=45.20%
G=32.84%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.51
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215410300.270.510.1728.0755.961.76
HexD49A6701B33111c383e
Octal3242321470336321347076
Binary110101001001101011001110110111100111000111100111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49A67; }

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

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

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

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

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

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

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

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