#D0995C

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

Shades of Whiskey Sour #D0995C

Tints of Whiskey Sour #D0995C

Color information

#D0995C (or 0xD0995C) is unknown color: approx Whiskey Sour. HEX triplet: D0, 99 and 5C. RGB value is (208,153,92). Sum of RGB (Red+Green+Blue) = 208+153+92=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 153 (60.16% from 255 or 33.77% from 453); Blue value is 92 (36.33% from 255 or 20.31% from 453); Max value from RGB is 208 - color contains mainly: red. Hex color #D0995C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0995C is #2F66A3. Grayscale: #A2A2A2. Windows color (decimal): -3106468 or 6068688. OLE color: 6068688.

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

Color convert

RGB20815392-
CMYK00.260.560.18
HSL31.55º55.24%58.82%-
HSV(B)31.55º55.77%81.57%-
XYZ39.3436.9715.19-
YUV162.4988.22160.46-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.92%
GREEN value IS 153 (60.16% from 255) = 33.77%
BLUE value IS 92 (36.33% from 255) = 20.31%
R=45.92%
G=33.77%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081539200.260.560.1831.5555.2458.82
HexD0995C01A381220373b
Octal3202311340327022406773
Binary1101000010011001101110001101011100010010100000110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0995C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0995C; }

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

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

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

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

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

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

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

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