#D48A59

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

Shades of Whiskey Sour #D48A59

Tints of Whiskey Sour #D48A59

Color information

#D48A59 (or 0xD48A59) is unknown color: approx Whiskey Sour. HEX triplet: D4, 8A and 59. RGB value is (212,138,89). Sum of RGB (Red+Green+Blue) = 212+138+89=439 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.29% from 439); Green value is 138 (54.30% from 255 or 31.44% from 439); Blue value is 89 (35.16% from 255 or 20.27% from 439); Max value from RGB is 212 - color contains mainly: red. Hex color #D48A59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48A59 is #2B75A6. Grayscale: #9A9A9A. Windows color (decimal): -2848167 or 5868244. OLE color: 5868244.

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

Color convert

RGB21213889-
CMYK00.350.580.17
HSL23.9º58.85%59.02%-
HSV(B)23.9º58.02%83.14%-
XYZ38.0432.913.8-
YUV154.5491.02168.98-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 48.29%
GREEN value IS 138 (54.30% from 255) = 31.44%
BLUE value IS 89 (35.16% from 255) = 20.27%
R=48.29%
G=31.44%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.58
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121388900.350.580.1723.958.8559.02
HexD48A590233A11183b3b
Octal3242121310437221307373
Binary1101010010001010101100101000111110101000111000111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48A59; }

 p { color: rgb(212,138,89); }

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

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

 a { background-color: rgb(212,138,89); }

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

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

 span { border-color: rgb(212,138,89); }

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