#D18D69

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

Shades of Whiskey #D18D69

Tints of Whiskey #D18D69

Color information

#D18D69 (or 0xD18D69) is unknown color: approx Whiskey. HEX triplet: D1, 8D and 69. RGB value is (209,141,105). Sum of RGB (Red+Green+Blue) = 209+141+105=455 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.93% from 455); Green value is 141 (55.47% from 255 or 30.99% from 455); Blue value is 105 (41.41% from 255 or 23.08% from 455); Max value from RGB is 209 - color contains mainly: red. Hex color #D18D69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18D69 is #2E7296. Grayscale: #9D9D9D. Windows color (decimal): -3043991 or 6917585. OLE color: 6917585.

HSL color Cylindrical-coordinate representation of color #D18D69: hue angle of 20.77º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D18D69 is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB209141105-
CMYK00.330.500.18
HSL20.77º53.06%61.57%-
HSV(B)20.77º49.76%81.96%-
XYZ38.3733.6217.83-
YUV157.2398.53164.93-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.93%
GREEN value IS 141 (55.47% from 255) = 30.99%
BLUE value IS 105 (41.41% from 255) = 23.08%
R=45.93%
G=30.99%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914110500.330.500.1820.7753.0661.57
HexD18D69021321215353e
Octal3212151510416222256576
Binary1101000110001101110100101000011100101001010101110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18D69; }

 p { color: rgb(209,141,105); }

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

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

 a { background-color: rgb(209,141,105); }

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

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

 span { border-color: rgb(209,141,105); }

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