#D0915A

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

Shades of Whiskey Sour #D0915A

Tints of Whiskey Sour #D0915A

Color information

#D0915A (or 0xD0915A) is unknown color: approx Whiskey Sour. HEX triplet: D0, 91 and 5A. RGB value is (208,145,90). Sum of RGB (Red+Green+Blue) = 208+145+90=443 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.95% from 443); Green value is 145 (57.03% from 255 or 32.73% from 443); Blue value is 90 (35.55% from 255 or 20.32% from 443); Max value from RGB is 208 - color contains mainly: red. Hex color #D0915A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0915A is #2F6EA5. Grayscale: #9D9D9D. Windows color (decimal): -3108518 or 5935568. OLE color: 5935568.

HSL color Cylindrical-coordinate representation of color #D0915A: hue angle of 27.97º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D0915A is Cyan = 0, Magento = 0.30, Yellow = 0.57 and Black (K on CMYK) = 0.18.

Color convert

RGB20814590-
CMYK00.300.570.18
HSL27.97º55.66%58.43%-
HSV(B)27.97º56.73%81.57%-
XYZ37.9834.414.31-
YUV157.5789.87163.97-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.95%
GREEN value IS 145 (57.03% from 255) = 32.73%
BLUE value IS 90 (35.55% from 255) = 20.32%
R=46.95%
G=32.73%
B=20.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.57
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081459000.300.570.1827.9755.6658.43
HexD0915A01E39121c383a
Octal3202211320367122347072
Binary110100001001000110110100111101110011001011100111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0915A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0915A; }

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

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

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

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

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

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

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

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