#D18F63

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

Shades of Whiskey #D18F63

Tints of Whiskey #D18F63

Color information

#D18F63 (or 0xD18F63) is unknown color: approx Whiskey. HEX triplet: D1, 8F and 63. RGB value is (209,143,99). Sum of RGB (Red+Green+Blue) = 209+143+99=451 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.34% from 451); Green value is 143 (56.25% from 255 or 31.71% from 451); Blue value is 99 (39.06% from 255 or 21.95% from 451); Max value from RGB is 209 - color contains mainly: red. Hex color #D18F63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18F63 is #2E709C. Grayscale: #9D9D9D. Windows color (decimal): -3043485 or 6524881. OLE color: 6524881.

HSL color Cylindrical-coordinate representation of color #D18F63: hue angle of 24º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D18F63 is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.18.

Color convert

RGB20914399-
CMYK00.320.530.18
HSL24º54.46%60.39%-
HSV(B)24º52.63%81.96%-
XYZ38.3734.116.36-
YUV157.7294.87164.58-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 46.34%
GREEN value IS 143 (56.25% from 255) = 31.71%
BLUE value IS 99 (39.06% from 255) = 21.95%
R=46.34%
G=31.71%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.53
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091439900.320.530.182454.4660.39
HexD18F63020351218363c
Octal3212171430406522306674
Binary1101000110001111110001101000001101011001011000110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18F63; }

 p { color: rgb(209,143,99); }

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

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

 a { background-color: rgb(209,143,99); }

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

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

 span { border-color: rgb(209,143,99); }

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