#D0915B

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

Shades of Whiskey Sour #D0915B

Tints of Whiskey Sour #D0915B

Color information

#D0915B (or 0xD0915B) is unknown color: approx Whiskey Sour. HEX triplet: D0, 91 and 5B. RGB value is (208,145,91). Sum of RGB (Red+Green+Blue) = 208+145+91=444 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.85% from 444); Green value is 145 (57.03% from 255 or 32.66% from 444); Blue value is 91 (35.94% from 255 or 20.50% from 444); Max value from RGB is 208 - color contains mainly: red. Hex color #D0915B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0915B is #2F6EA4. Grayscale: #9D9D9D. Windows color (decimal): -3108517 or 6001104. OLE color: 6001104.

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

Color convert

RGB20814591-
CMYK00.300.560.18
HSL27.69º55.45%58.63%-
HSV(B)27.69º56.25%81.57%-
XYZ38.0334.4214.54-
YUV157.6890.37163.89-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.85%
GREEN value IS 145 (57.03% from 255) = 32.66%
BLUE value IS 91 (35.94% from 255) = 20.50%
R=46.85%
G=32.66%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081459100.300.560.1827.6955.4558.63
HexD0915B01E38121c373b
Octal3202211330367022346773
Binary110100001001000110110110111101110001001011100110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0915B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0915B; }

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

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

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

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

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

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

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

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