#D48E60

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

Shades of Whiskey #D48E60

Tints of Whiskey #D48E60

Color information

#D48E60 (or 0xD48E60) is unknown color: approx Whiskey. HEX triplet: D4, 8E and 60. RGB value is (212,142,96). Sum of RGB (Red+Green+Blue) = 212+142+96=450 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.11% from 450); Green value is 142 (55.86% from 255 or 31.56% from 450); Blue value is 96 (37.89% from 255 or 21.33% from 450); Max value from RGB is 212 - color contains mainly: red. Hex color #D48E60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48E60 is #2B719F. Grayscale: #9D9D9D. Windows color (decimal): -2847136 or 6328020. OLE color: 6328020.

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

Color convert

RGB21214296-
CMYK00.330.550.17
HSL23.79º57.43%60.39%-
HSV(B)23.79º54.72%83.14%-
XYZ38.9434.1915.61-
YUV157.6993.19166.74-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 47.11%
GREEN value IS 142 (55.86% from 255) = 31.56%
BLUE value IS 96 (37.89% from 255) = 21.33%
R=47.11%
G=31.56%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.55
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121429600.330.550.1723.7957.4360.39
HexD48E60021371118393c
Octal3242161400416721307174
Binary1101010010001110110000001000011101111000111000111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48E60; }

 p { color: rgb(212,142,96); }

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

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

 a { background-color: rgb(212,142,96); }

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

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

 span { border-color: rgb(212,142,96); }

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