#D18F62

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

Shades of Whiskey #D18F62

Tints of Whiskey #D18F62

Color information

#D18F62 (or 0xD18F62) is unknown color: approx Whiskey. HEX triplet: D1, 8F and 62. RGB value is (209,143,98). Sum of RGB (Red+Green+Blue) = 209+143+98=450 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.44% from 450); Green value is 143 (56.25% from 255 or 31.78% from 450); Blue value is 98 (38.67% from 255 or 21.78% from 450); Max value from RGB is 209 - color contains mainly: red. Hex color #D18F62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18F62 is #2E709D. Grayscale: #9D9D9D. Windows color (decimal): -3043486 or 6459345. OLE color: 6459345.

HSL color Cylindrical-coordinate representation of color #D18F62: hue angle of 24.32º degrees, saturation: 0.55, 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 #D18F62 is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.18.

Color convert

RGB20914398-
CMYK00.320.530.18
HSL24.32º54.68%60.2%-
HSV(B)24.32º53.11%81.96%-
XYZ38.3234.0816.11-
YUV157.694.37164.66-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 46.44%
GREEN value IS 143 (56.25% from 255) = 31.78%
BLUE value IS 98 (38.67% from 255) = 21.78%
R=46.44%
G=31.78%
B=21.78%

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
Decimal2091439800.320.530.1824.3254.6860.2
HexD18F62020351218373c
Octal3212171420406522306774
Binary1101000110001111110001001000001101011001011000110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18F62; }

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

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

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

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

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

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

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

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