#D18B61

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

Shades of Whiskey #D18B61

Tints of Whiskey #D18B61

Color information

#D18B61 (or 0xD18B61) is unknown color: approx Whiskey. HEX triplet: D1, 8B and 61. RGB value is (209,139,97). Sum of RGB (Red+Green+Blue) = 209+139+97=445 (58% of max value = 765). Red value is 209 (82.03% from 255 or 46.97% from 445); Green value is 139 (54.69% from 255 or 31.24% from 445); Blue value is 97 (38.28% from 255 or 21.80% from 445); Max value from RGB is 209 - color contains mainly: red. Hex color #D18B61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18B61 is #2E749E. Grayscale: #9B9B9B. Windows color (decimal): -3044511 or 6392785. OLE color: 6392785.

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

Color convert

RGB20913997-
CMYK00.330.540.18
HSL22.5º54.9%60%-
HSV(B)22.5º53.59%81.96%-
XYZ37.6832.8815.67-
YUV155.1495.19166.42-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 46.97%
GREEN value IS 139 (54.69% from 255) = 31.24%
BLUE value IS 97 (38.28% from 255) = 21.80%
R=46.97%
G=31.24%
B=21.80%

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
Decimal2091399700.330.540.1822.554.960
HexD18B61021361217373c
Octal3212131410416622276774
Binary1101000110001011110000101000011101101001010111110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18B61; }

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

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

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

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

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

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

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

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