#D7915E

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

Shades of Whiskey Sour #D7915E

Tints of Whiskey Sour #D7915E

Color information

#D7915E (or 0xD7915E) is unknown color: approx Whiskey Sour. HEX triplet: D7, 91 and 5E. RGB value is (215,145,94). Sum of RGB (Red+Green+Blue) = 215+145+94=454 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.36% from 454); Green value is 145 (57.03% from 255 or 31.94% from 454); Blue value is 94 (37.11% from 255 or 20.70% from 454); Max value from RGB is 215 - color contains mainly: red. Hex color #D7915E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7915E is #286EA1. Grayscale: #A0A0A0. Windows color (decimal): -2649762 or 6197719. OLE color: 6197719.

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

Color convert

RGB21514594-
CMYK00.330.560.16
HSL25.29º60.2%60.59%-
HSV(B)25.29º56.28%84.31%-
XYZ40.1735.5115.33-
YUV160.1290.69167.15-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 47.36%
GREEN value IS 145 (57.03% from 255) = 31.94%
BLUE value IS 94 (37.11% from 255) = 20.70%
R=47.36%
G=31.94%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151459400.330.560.1625.2960.260.59
HexD7915E0213810193c3d
Octal3272211360417020317475
Binary1101011110010001101111001000011110001000011001111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7915E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7915E; }

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

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

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

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

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

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

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

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