#D59254

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

Shades of Whiskey Sour #D59254

Tints of Whiskey Sour #D59254

Color information

#D59254 (or 0xD59254) is unknown color: approx Whiskey Sour. HEX triplet: D5, 92 and 54. RGB value is (213,146,84). Sum of RGB (Red+Green+Blue) = 213+146+84=443 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.08% from 443); Green value is 146 (57.42% from 255 or 32.96% from 443); Blue value is 84 (33.20% from 255 or 18.96% from 443); Max value from RGB is 213 - color contains mainly: red. Hex color #D59254 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59254 is #2A6DAB. Grayscale: #9F9F9F. Windows color (decimal): -2780588 or 5542613. OLE color: 5542613.

HSL color Cylindrical-coordinate representation of color #D59254: hue angle of 28.84º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D59254 is Cyan = 0, Magento = 0.31, Yellow = 0.61 and Black (K on CMYK) = 0.16.

Color convert

RGB21314684-
CMYK00.310.610.16
HSL28.84º60.56%58.24%-
HSV(B)28.84º60.56%83.53%-
XYZ39.3235.3413.14-
YUV158.9685.7166.54-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.08%
GREEN value IS 146 (57.42% from 255) = 32.96%
BLUE value IS 84 (33.20% from 255) = 18.96%
R=48.08%
G=32.96%
B=18.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.61
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131468400.310.610.1628.8460.5658.24
HexD5925401F3D101d3d3a
Octal3252221240377520357572
Binary110101011001001010101000111111111011000011101111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59254; }

 p { color: rgb(213,146,84); }

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

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

 a { background-color: rgb(213,146,84); }

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

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

 span { border-color: rgb(213,146,84); }

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