#D48A58

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

Shades of Whiskey Sour #D48A58

Tints of Whiskey Sour #D48A58

Color information

#D48A58 (or 0xD48A58) is unknown color: approx Whiskey Sour. HEX triplet: D4, 8A and 58. RGB value is (212,138,88). Sum of RGB (Red+Green+Blue) = 212+138+88=438 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.40% from 438); Green value is 138 (54.30% from 255 or 31.51% from 438); Blue value is 88 (34.77% from 255 or 20.09% from 438); Max value from RGB is 212 - color contains mainly: red. Hex color #D48A58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48A58 is #2B75A7. Grayscale: #9A9A9A. Windows color (decimal): -2848168 or 5802708. OLE color: 5802708.

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

Color convert

RGB21213888-
CMYK00.350.580.17
HSL24.19º59.05%58.82%-
HSV(B)24.19º58.49%83.14%-
XYZ3832.8813.58-
YUV154.4390.52169.07-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 48.40%
GREEN value IS 138 (54.30% from 255) = 31.51%
BLUE value IS 88 (34.77% from 255) = 20.09%
R=48.40%
G=31.51%
B=20.09%

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
Decimal2121388800.350.580.1724.1959.0558.82
HexD48A580233A11183b3b
Octal3242121300437221307373
Binary1101010010001010101100001000111110101000111000111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48A58; }

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

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

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

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

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

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

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

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