#D48656

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

Shades of Whiskey Sour #D48656

Tints of Whiskey Sour #D48656

Color information

#D48656 (or 0xD48656) is unknown color: approx Whiskey Sour. HEX triplet: D4, 86 and 56. RGB value is (212,134,86). Sum of RGB (Red+Green+Blue) = 212+134+86=432 (57% of max value = 765). Red value is 212 (83.20% from 255 or 49.07% from 432); Green value is 134 (52.73% from 255 or 31.02% from 432); Blue value is 86 (33.98% from 255 or 19.91% from 432); Max value from RGB is 212 - color contains mainly: red. Hex color #D48656 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48656 is #2B79A9. Grayscale: #989898. Windows color (decimal): -2849194 or 5670612. OLE color: 5670612.

HSL color Cylindrical-coordinate representation of color #D48656: hue angle of 22.86º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D48656 is Cyan = 0, Magento = 0.37, Yellow = 0.59 and Black (K on CMYK) = 0.17.

Color convert

RGB21213486-
CMYK00.370.590.17
HSL22.86º59.43%58.43%-
HSV(B)22.86º59.43%83.14%-
XYZ37.3631.7212.96-
YUV151.8590.84170.9-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 49.07%
GREEN value IS 134 (52.73% from 255) = 31.02%
BLUE value IS 86 (33.98% from 255) = 19.91%
R=49.07%
G=31.02%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.59
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121348600.370.590.1722.8659.4358.43
HexD486560253B11173b3a
Octal3242061260457321277372
Binary1101010010000110101011001001011110111000110111111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48656; }

 p { color: rgb(212,134,86); }

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

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

 a { background-color: rgb(212,134,86); }

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

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

 span { border-color: rgb(212,134,86); }

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