#D88D5D

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

Shades of Whiskey Sour #D88D5D

Tints of Whiskey Sour #D88D5D

Color information

#D88D5D (or 0xD88D5D) is unknown color: approx Whiskey Sour. HEX triplet: D8, 8D and 5D. RGB value is (216,141,93). Sum of RGB (Red+Green+Blue) = 216+141+93=450 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48% from 450); Green value is 141 (55.47% from 255 or 31.33% from 450); Blue value is 93 (36.72% from 255 or 20.67% from 450); Max value from RGB is 216 - color contains mainly: red. Hex color #D88D5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88D5D is #2772A2. Grayscale: #9E9E9E. Windows color (decimal): -2585251 or 6131160. OLE color: 6131160.

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

Color convert

RGB21614193-
CMYK00.350.570.15
HSL23.41º61.19%60.59%-
HSV(B)23.41º56.94%84.71%-
XYZ39.8234.4414.9-
YUV157.9591.35169.4-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 48%
GREEN value IS 141 (55.47% from 255) = 31.33%
BLUE value IS 93 (36.72% from 255) = 20.67%
R=48%
G=31.33%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161419300.350.570.1523.4161.1960.59
HexD88D5D02339F173d3d
Octal3302151350437117277575
Binary110110001000110110111010100011111001111110111111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88D5D; }

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

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

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

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

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

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

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

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