#d5905e

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

Shades of Whiskey Sour #D5905E

Tints of Whiskey Sour #D5905E

Color information

#D5905E (or 0xD5905E) is unknown color: approx Whiskey Sour. HEX triplet: D5, 90 and 5E. RGB value is (213,144,94). Sum of RGB (Red+Green+Blue) = 213+144+94=451 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.23% from 451); Green value is 144 (56.64% from 255 or 31.93% from 451); Blue value is 94 (37.11% from 255 or 20.84% from 451); Max value from RGB is 213 - color contains mainly: red. Hex color #D5905E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5905E is #2A6FA1. Grayscale: #9F9F9F. Windows color (decimal): -2781090 or 6197461. OLE color: 6197461.

HSL color Cylindrical-coordinate representation of color #D5905E: hue angle of 25.21º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D5905E is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB21314494-
CMYK00.320.560.16
HSL25.21º58.62%60.2%-
HSV(B)25.21º55.87%83.53%-
XYZ39.4334.915.25-
YUV158.9391.36166.57-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.23%
GREEN value IS 144 (56.64% from 255) = 31.93%
BLUE value IS 94 (37.11% from 255) = 20.84%
R=47.23%
G=31.93%
B=20.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131449400.320.560.1625.2158.6260.2
HexD5905E0203810193b3c
Octal3252201360407020317374
Binary1101010110010000101111001000001110001000011001111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d5905e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d5905e; }

 p { color: rgb(213,144,94); }

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

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

 a { background-color: rgb(213,144,94); }

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

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

 span { border-color: rgb(213,144,94); }

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