#D49C6C

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

Shades of Whiskey #D49C6C

Tints of Whiskey #D49C6C

Color information

#D49C6C (or 0xD49C6C) is unknown color: approx Whiskey. HEX triplet: D4, 9C and 6C. RGB value is (212,156,108). Sum of RGB (Red+Green+Blue) = 212+156+108=476 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.54% from 476); Green value is 156 (61.33% from 255 or 32.77% from 476); Blue value is 108 (42.58% from 255 or 22.69% from 476); Max value from RGB is 212 - color contains mainly: red. Hex color #D49C6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49C6C is #2B6393. Grayscale: #A7A7A7. Windows color (decimal): -2843540 or 7118036. OLE color: 7118036.

HSL color Cylindrical-coordinate representation of color #D49C6C: hue angle of 27.69º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D49C6C is Cyan = 0, Magento = 0.26, Yellow = 0.49 and Black (K on CMYK) = 0.17.

Color convert

RGB212156108-
CMYK00.260.490.17
HSL27.69º54.74%62.75%-
HSV(B)27.69º49.06%83.14%-
XYZ41.7538.8619.49-
YUV167.2794.55159.9-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.54%
GREEN value IS 156 (61.33% from 255) = 32.77%
BLUE value IS 108 (42.58% from 255) = 22.69%
R=44.54%
G=32.77%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.49
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215610800.260.490.1727.6954.7462.75
HexD49C6C01A31111c373f
Octal3242341540326121346777
Binary110101001001110011011000110101100011000111100110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49C6C; }

 p { color: rgb(212,156,108); }

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

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

 a { background-color: rgb(212,156,108); }

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

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

 span { border-color: rgb(212,156,108); }

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