#D29D6C

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

Shades of Whiskey #D29D6C

Tints of Whiskey #D29D6C

Color information

#D29D6C (or 0xD29D6C) is unknown color: approx Whiskey. HEX triplet: D2, 9D and 6C. RGB value is (210,157,108). Sum of RGB (Red+Green+Blue) = 210+157+108=475 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.21% from 475); Green value is 157 (61.72% from 255 or 33.05% from 475); Blue value is 108 (42.58% from 255 or 22.74% from 475); Max value from RGB is 210 - color contains mainly: red. Hex color #D29D6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29D6C is #2D6293. Grayscale: #A7A7A7. Windows color (decimal): -2974356 or 7118290. OLE color: 7118290.

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

Color convert

RGB210157108-
CMYK00.250.490.18
HSL28.82º53.12%62.35%-
HSV(B)28.82º48.57%82.35%-
XYZ41.3438.919.52-
YUV167.2694.56158.48-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.21%
GREEN value IS 157 (61.72% from 255) = 33.05%
BLUE value IS 108 (42.58% from 255) = 22.74%
R=44.21%
G=33.05%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015710800.250.490.1828.8253.1262.35
HexD29D6C01931121d353e
Octal3222351540316122356576
Binary110100101001110111011000110011100011001011101110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29D6C; }

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

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

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

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

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

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

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

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