#D39969

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

Shades of Whiskey #D39969

Tints of Whiskey #D39969

Color information

#D39969 (or 0xD39969) is unknown color: approx Whiskey. HEX triplet: D3, 99 and 69. RGB value is (211,153,105). Sum of RGB (Red+Green+Blue) = 211+153+105=469 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.99% from 469); Green value is 153 (60.16% from 255 or 32.62% from 469); Blue value is 105 (41.41% from 255 or 22.39% from 469); Max value from RGB is 211 - color contains mainly: red. Hex color #D39969 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D39969 is #2C6696. Grayscale: #A5A5A5. Windows color (decimal): -2909847 or 6920659. OLE color: 6920659.

HSL color Cylindrical-coordinate representation of color #D39969: hue angle of 27.17º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D39969 is Cyan = 0, Magento = 0.27, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB211153105-
CMYK00.270.500.17
HSL27.17º54.64%61.96%-
HSV(B)27.17º50.24%82.75%-
XYZ40.8137.6518.48-
YUV164.8794.22160.9-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 44.99%
GREEN value IS 153 (60.16% from 255) = 32.62%
BLUE value IS 105 (41.41% from 255) = 22.39%
R=44.99%
G=32.62%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.50
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21115310500.270.500.1727.1754.6461.96
HexD3996901B32111b373e
Octal3232311510336221336776
Binary110100111001100111010010110111100101000111011110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39969; }

 p { color: rgb(211,153,105); }

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

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

 a { background-color: rgb(211,153,105); }

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

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

 span { border-color: rgb(211,153,105); }

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