#D18A61

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

Shades of Whiskey #D18A61

Tints of Whiskey #D18A61

Color information

#D18A61 (or 0xD18A61) is unknown color: approx Whiskey. HEX triplet: D1, 8A and 61. RGB value is (209,138,97). Sum of RGB (Red+Green+Blue) = 209+138+97=444 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.07% from 444); Green value is 138 (54.30% from 255 or 31.08% from 444); Blue value is 97 (38.28% from 255 or 21.85% from 444); Max value from RGB is 209 - color contains mainly: red. Hex color #D18A61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18A61 is #2E759E. Grayscale: #9A9A9A. Windows color (decimal): -3044767 or 6392529. OLE color: 6392529.

HSL color Cylindrical-coordinate representation of color #D18A61: hue angle of 21.96º 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 #D18A61 is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB20913897-
CMYK00.340.540.18
HSL21.96º54.9%60%-
HSV(B)21.96º53.59%81.96%-
XYZ37.5432.615.62-
YUV154.5695.52166.83-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 47.07%
GREEN value IS 138 (54.30% from 255) = 31.08%
BLUE value IS 97 (38.28% from 255) = 21.85%
R=47.07%
G=31.08%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091389700.340.540.1821.9654.960
HexD18A61022361216373c
Octal3212121410426622266774
Binary1101000110001010110000101000101101101001010110110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18A61; }

 p { color: rgb(209,138,97); }

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

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

 a { background-color: rgb(209,138,97); }

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

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

 span { border-color: rgb(209,138,97); }

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