#D88C55

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

Shades of Whiskey Sour #D88C55

Tints of Whiskey Sour #D88C55

Color information

#D88C55 (or 0xD88C55) is unknown color: approx Whiskey Sour. HEX triplet: D8, 8C and 55. RGB value is (216,140,85). Sum of RGB (Red+Green+Blue) = 216+140+85=441 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.98% from 441); Green value is 140 (55.08% from 255 or 31.75% from 441); Blue value is 85 (33.59% from 255 or 19.27% from 441); Max value from RGB is 216 - color contains mainly: red. Hex color #D88C55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88C55 is #2773AA. Grayscale: #9C9C9C. Windows color (decimal): -2585515 or 5606616. OLE color: 5606616.

HSL color Cylindrical-coordinate representation of color #D88C55: hue angle of 25.19º 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 #D88C55 is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB21614085-
CMYK00.350.610.15
HSL25.19º62.68%59.02%-
HSV(B)25.19º60.65%84.71%-
XYZ39.3434.0113.09-
YUV156.4587.68170.47-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 48.98%
GREEN value IS 140 (55.08% from 255) = 31.75%
BLUE value IS 85 (33.59% from 255) = 19.27%
R=48.98%
G=31.75%
B=19.27%

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
Decimal2161408500.350.610.1525.1962.6859.02
HexD88C550233DF193f3b
Octal3302141250437517317773
Binary110110001000110010101010100011111101111111001111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88C55; }

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

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

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

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

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

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

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

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