#D0905A

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

Shades of Whiskey Sour #D0905A

Tints of Whiskey Sour #D0905A

Color information

#D0905A (or 0xD0905A) is unknown color: approx Whiskey Sour. HEX triplet: D0, 90 and 5A. RGB value is (208,144,90). Sum of RGB (Red+Green+Blue) = 208+144+90=442 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.06% from 442); Green value is 144 (56.64% from 255 or 32.58% from 442); Blue value is 90 (35.55% from 255 or 20.36% from 442); Max value from RGB is 208 - color contains mainly: red. Hex color #D0905A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0905A is #2F6FA5. Grayscale: #9D9D9D. Windows color (decimal): -3108774 or 5935312. OLE color: 5935312.

HSL color Cylindrical-coordinate representation of color #D0905A: hue angle of 27.46º 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 #D0905A is Cyan = 0, Magento = 0.31, Yellow = 0.57 and Black (K on CMYK) = 0.18.

Color convert

RGB20814490-
CMYK00.310.570.18
HSL27.46º55.66%58.43%-
HSV(B)27.46º56.73%81.57%-
XYZ37.8334.0914.26-
YUV156.9890.2164.39-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 47.06%
GREEN value IS 144 (56.64% from 255) = 32.58%
BLUE value IS 90 (35.55% from 255) = 20.36%
R=47.06%
G=32.58%
B=20.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.57
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081449000.310.570.1827.4655.6658.43
HexD0905A01F39121b383a
Octal3202201320377122337072
Binary110100001001000010110100111111110011001011011111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0905A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0905A; }

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

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

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

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

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

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

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

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