#D48756

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

Shades of Whiskey Sour #D48756

Tints of Whiskey Sour #D48756

Color information

#D48756 (or 0xD48756) is unknown color: approx Whiskey Sour. HEX triplet: D4, 87 and 56. RGB value is (212,135,86). Sum of RGB (Red+Green+Blue) = 212+135+86=433 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.96% from 433); Green value is 135 (53.12% from 255 or 31.18% from 433); Blue value is 86 (33.98% from 255 or 19.86% from 433); Max value from RGB is 212 - color contains mainly: red. Hex color #D48756 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48756 is #2B78A9. Grayscale: #989898. Windows color (decimal): -2848938 or 5670868. OLE color: 5670868.

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

Color convert

RGB21213586-
CMYK00.360.590.17
HSL23.33º59.43%58.43%-
HSV(B)23.33º59.43%83.14%-
XYZ37.53213-
YUV152.4490.51170.48-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 48.96%
GREEN value IS 135 (53.12% from 255) = 31.18%
BLUE value IS 86 (33.98% from 255) = 19.86%
R=48.96%
G=31.18%
B=19.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.59
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121358600.360.590.1723.3359.4358.43
HexD487560243B11173b3a
Octal3242071260447321277372
Binary1101010010000111101011001001001110111000110111111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48756; }

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

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

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

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

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

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

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

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