#D88D55

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

Shades of Whiskey Sour #D88D55

Tints of Whiskey Sour #D88D55

Color information

#D88D55 (or 0xD88D55) is unknown color: approx Whiskey Sour. HEX triplet: D8, 8D and 55. RGB value is (216,141,85). Sum of RGB (Red+Green+Blue) = 216+141+85=442 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.87% from 442); Green value is 141 (55.47% from 255 or 31.90% from 442); Blue value is 85 (33.59% from 255 or 19.23% from 442); Max value from RGB is 216 - color contains mainly: red. Hex color #D88D55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88D55 is #2772AA. Grayscale: #9D9D9D. Windows color (decimal): -2585259 or 5606872. OLE color: 5606872.

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

Color convert

RGB21614185-
CMYK00.350.610.15
HSL25.65º62.68%59.02%-
HSV(B)25.65º60.65%84.71%-
XYZ39.4834.313.13-
YUV157.0487.35170.05-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 48.87%
GREEN value IS 141 (55.47% from 255) = 31.90%
BLUE value IS 85 (33.59% from 255) = 19.23%
R=48.87%
G=31.90%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.61
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161418500.350.610.1525.6562.6859.02
HexD88D550233DF1a3f3b
Octal3302151250437517327773
Binary110110001000110110101010100011111101111111010111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88D55; }

 p { color: rgb(216,141,85); }

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

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

 a { background-color: rgb(216,141,85); }

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

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

 span { border-color: rgb(216,141,85); }

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