#D5915A

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

Shades of Whiskey Sour #D5915A

Tints of Whiskey Sour #D5915A

Color information

#D5915A (or 0xD5915A) is unknown color: approx Whiskey Sour. HEX triplet: D5, 91 and 5A. RGB value is (213,145,90). Sum of RGB (Red+Green+Blue) = 213+145+90=448 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.54% from 448); Green value is 145 (57.03% from 255 or 32.37% from 448); Blue value is 90 (35.55% from 255 or 20.09% from 448); Max value from RGB is 213 - color contains mainly: red. Hex color #D5915A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5915A is #2A6EA5. Grayscale: #9F9F9F. Windows color (decimal): -2780838 or 5935573. OLE color: 5935573.

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

Color convert

RGB21314590-
CMYK00.320.580.16
HSL26.83º59.42%59.41%-
HSV(B)26.83º57.75%83.53%-
XYZ39.4135.1414.38-
YUV159.0689.03166.47-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.54%
GREEN value IS 145 (57.03% from 255) = 32.37%
BLUE value IS 90 (35.55% from 255) = 20.09%
R=47.54%
G=32.37%
B=20.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.58
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131459000.320.580.1626.8359.4259.41
HexD5915A0203A101b3b3b
Octal3252211320407220337373
Binary1101010110010001101101001000001110101000011011111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5915A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5915A; }

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

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

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

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

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

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

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

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