#D88D61

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

Shades of Whiskey #D88D61

Tints of Whiskey #D88D61

Color information

#D88D61 (or 0xD88D61) is unknown color: approx Whiskey. HEX triplet: D8, 8D and 61. RGB value is (216,141,97). Sum of RGB (Red+Green+Blue) = 216+141+97=454 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.58% from 454); Green value is 141 (55.47% from 255 or 31.06% from 454); Blue value is 97 (38.28% from 255 or 21.37% from 454); Max value from RGB is 216 - color contains mainly: red. Hex color #D88D61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88D61 is #27729E. Grayscale: #9E9E9E. Windows color (decimal): -2585247 or 6393304. OLE color: 6393304.

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

Color convert

RGB21614197-
CMYK00.350.550.15
HSL22.18º60.41%61.37%-
HSV(B)22.18º55.09%84.71%-
XYZ4034.5115.86-
YUV158.4193.35169.08-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 47.58%
GREEN value IS 141 (55.47% from 255) = 31.06%
BLUE value IS 97 (38.28% from 255) = 21.37%
R=47.58%
G=31.06%
B=21.37%

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
Decimal2161419700.350.550.1522.1860.4161.37
HexD88D6102337F163c3d
Octal3302151410436717267475
Binary110110001000110111000010100011110111111110110111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88D61; }

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

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

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

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

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

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

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

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