#D5915E

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

Shades of Whiskey Sour #D5915E

Tints of Whiskey Sour #D5915E

Color information

#D5915E (or 0xD5915E) is unknown color: approx Whiskey Sour. HEX triplet: D5, 91 and 5E. RGB value is (213,145,94). Sum of RGB (Red+Green+Blue) = 213+145+94=452 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.12% from 452); Green value is 145 (57.03% from 255 or 32.08% from 452); Blue value is 94 (37.11% from 255 or 20.80% from 452); Max value from RGB is 213 - color contains mainly: red. Hex color #D5915E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5915E is #2A6EA1. Grayscale: #9F9F9F. Windows color (decimal): -2780834 or 6197717. OLE color: 6197717.

HSL color Cylindrical-coordinate representation of color #D5915E: hue angle of 25.71º 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 #D5915E is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB21314594-
CMYK00.320.560.16
HSL25.71º58.62%60.2%-
HSV(B)25.71º55.87%83.53%-
XYZ39.5935.2115.3-
YUV159.5291.03166.15-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.12%
GREEN value IS 145 (57.03% from 255) = 32.08%
BLUE value IS 94 (37.11% from 255) = 20.80%
R=47.12%
G=32.08%
B=20.80%

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
Decimal2131459400.320.560.1625.7158.6260.2
HexD5915E02038101a3b3c
Octal3252211360407020327374
Binary1101010110010001101111001000001110001000011010111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5915E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5915E; }

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

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

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

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

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

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

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

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