#D0905C

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

Shades of Whiskey Sour #D0905C

Tints of Whiskey Sour #D0905C

Color information

#D0905C (or 0xD0905C) is unknown color: approx Whiskey Sour. HEX triplet: D0, 90 and 5C. RGB value is (208,144,92). Sum of RGB (Red+Green+Blue) = 208+144+92=444 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.85% from 444); Green value is 144 (56.64% from 255 or 32.43% from 444); Blue value is 92 (36.33% from 255 or 20.72% from 444); Max value from RGB is 208 - color contains mainly: red. Hex color #D0905C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0905C is #2F6FA3. Grayscale: #9D9D9D. Windows color (decimal): -3108772 or 6066384. OLE color: 6066384.

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

Color convert

RGB20814492-
CMYK00.310.560.18
HSL26.9º55.24%58.82%-
HSV(B)26.9º55.77%81.57%-
XYZ37.9234.1314.71-
YUV157.2191.2164.23-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.85%
GREEN value IS 144 (56.64% from 255) = 32.43%
BLUE value IS 92 (36.33% from 255) = 20.72%
R=46.85%
G=32.43%
B=20.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081449200.310.560.1826.955.2458.82
HexD0905C01F38121b373b
Octal3202201340377022336773
Binary110100001001000010111000111111110001001011011110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0905C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0905C; }

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

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

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

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

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

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

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

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