#D88E61

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

Shades of Whiskey #D88E61

Tints of Whiskey #D88E61

Color information

#D88E61 (or 0xD88E61) is unknown color: approx Whiskey. HEX triplet: D8, 8E and 61. RGB value is (216,142,97). Sum of RGB (Red+Green+Blue) = 216+142+97=455 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.47% from 455); Green value is 142 (55.86% from 255 or 31.21% from 455); Blue value is 97 (38.28% from 255 or 21.32% from 455); Max value from RGB is 216 - color contains mainly: red. Hex color #D88E61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88E61 is #27719E. Grayscale: #9F9F9F. Windows color (decimal): -2584991 or 6393560. OLE color: 6393560.

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

Color convert

RGB21614297-
CMYK00.340.550.15
HSL22.69º60.41%61.37%-
HSV(B)22.69º55.09%84.71%-
XYZ40.1534.8115.91-
YUV15993.02168.66-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 47.47%
GREEN value IS 142 (55.86% from 255) = 31.21%
BLUE value IS 97 (38.28% from 255) = 21.32%
R=47.47%
G=31.21%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161429700.340.550.1522.6960.4161.37
HexD88E6102237F173c3d
Octal3302161410426717277475
Binary110110001000111011000010100010110111111110111111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88E61; }

 p { color: rgb(216,142,97); }

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

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

 a { background-color: rgb(216,142,97); }

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

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

 span { border-color: rgb(216,142,97); }

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