#D4996D

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

Shades of Whiskey #D4996D

Tints of Whiskey #D4996D

Color information

#D4996D (or 0xD4996D) is unknown color: approx Whiskey. HEX triplet: D4, 99 and 6D. RGB value is (212,153,109). Sum of RGB (Red+Green+Blue) = 212+153+109=474 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.73% from 474); Green value is 153 (60.16% from 255 or 32.28% from 474); Blue value is 109 (42.97% from 255 or 23.00% from 474); Max value from RGB is 212 - color contains mainly: red. Hex color #D4996D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4996D is #2B6692. Grayscale: #A5A5A5. Windows color (decimal): -2844307 or 7182804. OLE color: 7182804.

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

Color convert

RGB212153109-
CMYK00.280.490.17
HSL25.63º54.5%62.94%-
HSV(B)25.63º48.58%83.14%-
XYZ41.337.8819.6-
YUV165.6296.05161.08-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.73%
GREEN value IS 153 (60.16% from 255) = 32.28%
BLUE value IS 109 (42.97% from 255) = 23.00%
R=44.73%
G=32.28%
B=23.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.49
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215310900.280.490.1725.6354.562.94
HexD4996D01C31111a363f
Octal3242311550346121326677
Binary110101001001100111011010111001100011000111010110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4996D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4996D; }

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

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

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

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

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

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

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

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