#D0995D

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

Shades of Whiskey Sour #D0995D

Tints of Whiskey Sour #D0995D

Color information

#D0995D (or 0xD0995D) is unknown color: approx Whiskey Sour. HEX triplet: D0, 99 and 5D. RGB value is (208,153,93). Sum of RGB (Red+Green+Blue) = 208+153+93=454 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.81% from 454); Green value is 153 (60.16% from 255 or 33.70% from 454); Blue value is 93 (36.72% from 255 or 20.48% from 454); Max value from RGB is 208 - color contains mainly: red. Hex color #D0995D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0995D is #2F66A2. Grayscale: #A2A2A2. Windows color (decimal): -3106467 or 6134224. OLE color: 6134224.

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

Color convert

RGB20815393-
CMYK00.260.550.18
HSL31.3º55.02%59.02%-
HSV(B)31.3º55.29%81.57%-
XYZ39.3836.9815.42-
YUV162.688.72160.38-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.81%
GREEN value IS 153 (60.16% from 255) = 33.70%
BLUE value IS 93 (36.72% from 255) = 20.48%
R=45.81%
G=33.70%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081539300.260.550.1831.355.0259.02
HexD0995D01A37121f373b
Octal3202311350326722376773
Binary110100001001100110111010110101101111001011111110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0995D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0995D; }

 p { color: rgb(208,153,93); }

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

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

 a { background-color: rgb(208,153,93); }

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

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

 span { border-color: rgb(208,153,93); }

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