#D8905C

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

Shades of Whiskey Sour #D8905C

Tints of Whiskey Sour #D8905C

Color information

#D8905C (or 0xD8905C) is unknown color: approx Whiskey Sour. HEX triplet: D8, 90 and 5C. RGB value is (216,144,92). Sum of RGB (Red+Green+Blue) = 216+144+92=452 (59% of max value = 765). Red value is 216 (84.77% from 255 or 47.79% from 452); Green value is 144 (56.64% from 255 or 31.86% from 452); Blue value is 92 (36.33% from 255 or 20.35% from 452); Max value from RGB is 216 - color contains mainly: red. Hex color #D8905C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8905C is #276FA3. Grayscale: #9F9F9F. Windows color (decimal): -2584484 or 6066392. OLE color: 6066392.

HSL color Cylindrical-coordinate representation of color #D8905C: hue angle of 25.16º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D8905C is Cyan = 0, Magento = 0.33, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB21614492-
CMYK00.330.570.15
HSL25.16º61.39%60.39%-
HSV(B)25.16º57.41%84.71%-
XYZ40.2235.3214.82-
YUV159.689.85168.23-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 47.79%
GREEN value IS 144 (56.64% from 255) = 31.86%
BLUE value IS 92 (36.33% from 255) = 20.35%
R=47.79%
G=31.86%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161449200.330.570.1525.1661.3960.39
HexD8905C02139F193d3c
Octal3302201340417117317574
Binary110110001001000010111000100001111001111111001111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8905C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8905C; }

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

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

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

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

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

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

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

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