#D88D62

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

Shades of Whiskey #D88D62

Tints of Whiskey #D88D62

Color information

#D88D62 (or 0xD88D62) is unknown color: approx Whiskey. HEX triplet: D8, 8D and 62. RGB value is (216,141,98). Sum of RGB (Red+Green+Blue) = 216+141+98=455 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.47% from 455); Green value is 141 (55.47% from 255 or 30.99% from 455); Blue value is 98 (38.67% from 255 or 21.54% from 455); Max value from RGB is 216 - color contains mainly: red. Hex color #D88D62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88D62 is #27729D. Grayscale: #9E9E9E. Windows color (decimal): -2585246 or 6458840. OLE color: 6458840.

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

Color convert

RGB21614198-
CMYK00.350.550.15
HSL21.86º60.2%61.57%-
HSV(B)21.86º54.63%84.71%-
XYZ40.0534.5316.11-
YUV158.5293.85169-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 47.47%
GREEN value IS 141 (55.47% from 255) = 30.99%
BLUE value IS 98 (38.67% from 255) = 21.54%
R=47.47%
G=30.99%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161419800.350.550.1521.8660.261.57
HexD88D6202337F163c3e
Octal3302151420436717267476
Binary110110001000110111000100100011110111111110110111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88D62; }

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

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

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

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

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

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

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

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