#D29D6D

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

Shades of Whiskey #D29D6D

Tints of Whiskey #D29D6D

Color information

#D29D6D (or 0xD29D6D) is unknown color: approx Whiskey. HEX triplet: D2, 9D and 6D. RGB value is (210,157,109). Sum of RGB (Red+Green+Blue) = 210+157+109=476 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.12% from 476); Green value is 157 (61.72% from 255 or 32.98% from 476); Blue value is 109 (42.97% from 255 or 22.90% from 476); Max value from RGB is 210 - color contains mainly: red. Hex color #D29D6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29D6D is #2D6292. Grayscale: #A7A7A7. Windows color (decimal): -2974355 or 7183826. OLE color: 7183826.

HSL color Cylindrical-coordinate representation of color #D29D6D: hue angle of 28.51º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D29D6D is Cyan = 0, Magento = 0.25, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB210157109-
CMYK00.250.480.18
HSL28.51º52.88%62.55%-
HSV(B)28.51º48.1%82.35%-
XYZ41.438.9219.8-
YUV167.3795.06158.4-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.12%
GREEN value IS 157 (61.72% from 255) = 32.98%
BLUE value IS 109 (42.97% from 255) = 22.90%
R=44.12%
G=32.98%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015710900.250.480.1828.5152.8862.55
HexD29D6D01930121d353f
Octal3222351550316022356577
Binary110100101001110111011010110011100001001011101110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29D6D; }

 p { color: rgb(210,157,109); }

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

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

 a { background-color: rgb(210,157,109); }

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

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

 span { border-color: rgb(210,157,109); }

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