#D5915F

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

Shades of Whiskey Sour #D5915F

Tints of Whiskey Sour #D5915F

Color information

#D5915F (or 0xD5915F) is unknown color: approx Whiskey Sour. HEX triplet: D5, 91 and 5F. RGB value is (213,145,95). Sum of RGB (Red+Green+Blue) = 213+145+95=453 (60% of max value = 765). Red value is 213 (83.59% from 255 or 47.02% from 453); Green value is 145 (57.03% from 255 or 32.01% from 453); Blue value is 95 (37.5% from 255 or 20.97% from 453); Max value from RGB is 213 - color contains mainly: red. Hex color #D5915F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5915F is #2A6EA0. Grayscale: #9F9F9F. Windows color (decimal): -2780833 or 6263253. OLE color: 6263253.

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

Color convert

RGB21314595-
CMYK00.320.550.16
HSL25.42º58.42%60.39%-
HSV(B)25.42º55.4%83.53%-
XYZ39.6335.2215.54-
YUV159.6391.53166.07-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.02%
GREEN value IS 145 (57.03% from 255) = 32.01%
BLUE value IS 95 (37.5% from 255) = 20.97%
R=47.02%
G=32.01%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131459500.320.550.1625.4258.4260.39
HexD5915F0203710193a3c
Octal3252211370406720317274
Binary1101010110010001101111101000001101111000011001111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5915F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5915F; }

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

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

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

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

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

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

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

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