#D18C60

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

Shades of Whiskey #D18C60

Tints of Whiskey #D18C60

Color information

#D18C60 (or 0xD18C60) is unknown color: approx Whiskey. HEX triplet: D1, 8C and 60. RGB value is (209,140,96). Sum of RGB (Red+Green+Blue) = 209+140+96=445 (58% of max value = 765). Red value is 209 (82.03% from 255 or 46.97% from 445); Green value is 140 (55.08% from 255 or 31.46% from 445); Blue value is 96 (37.89% from 255 or 21.57% from 445); Max value from RGB is 209 - color contains mainly: red. Hex color #D18C60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18C60 is #2E739F. Grayscale: #9B9B9B. Windows color (decimal): -3044256 or 6327505. OLE color: 6327505.

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

Color convert

RGB20914096-
CMYK00.330.540.18
HSL23.36º55.12%59.8%-
HSV(B)23.36º54.07%81.96%-
XYZ37.7833.1615.47-
YUV155.6194.36166.08-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 46.97%
GREEN value IS 140 (55.08% from 255) = 31.46%
BLUE value IS 96 (37.89% from 255) = 21.57%
R=46.97%
G=31.46%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091409600.330.540.1823.3655.1259.8
HexD18C60021361217373c
Octal3212141400416622276774
Binary1101000110001100110000001000011101101001010111110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18C60; }

 p { color: rgb(209,140,96); }

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

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

 a { background-color: rgb(209,140,96); }

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

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

 span { border-color: rgb(209,140,96); }

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