#D48556

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

Shades of Whiskey Sour #D48556

Tints of Whiskey Sour #D48556

Color information

#D48556 (or 0xD48556) is unknown color: approx Whiskey Sour. HEX triplet: D4, 85 and 56. RGB value is (212,133,86). Sum of RGB (Red+Green+Blue) = 212+133+86=431 (57% of max value = 765). Red value is 212 (83.20% from 255 or 49.19% from 431); Green value is 133 (52.34% from 255 or 30.86% from 431); Blue value is 86 (33.98% from 255 or 19.95% from 431); Max value from RGB is 212 - color contains mainly: red. Hex color #D48556 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48556 is #2B7AA9. Grayscale: #979797. Windows color (decimal): -2849450 or 5670356. OLE color: 5670356.

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

Color convert

RGB21213386-
CMYK00.370.590.17
HSL22.38º59.43%58.43%-
HSV(B)22.38º59.43%83.14%-
XYZ37.2231.4412.91-
YUV151.2691.17171.32-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 49.19%
GREEN value IS 133 (52.34% from 255) = 30.86%
BLUE value IS 86 (33.98% from 255) = 19.95%
R=49.19%
G=30.86%
B=19.95%

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
Decimal2121338600.370.590.1722.3859.4358.43
HexD485560253B11163b3a
Octal3242051260457321267372
Binary1101010010000101101011001001011110111000110110111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48556; }

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

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

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

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

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

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

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

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