#D1AD6C

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

Shades of Putty #D1AD6C

Tints of Putty #D1AD6C

Color information

#D1AD6C (or 0xD1AD6C) is unknown color: approx Putty. HEX triplet: D1, AD and 6C. RGB value is (209,173,108). Sum of RGB (Red+Green+Blue) = 209+173+108=490 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.65% from 490); Green value is 173 (67.97% from 255 or 35.31% from 490); Blue value is 108 (42.58% from 255 or 22.04% from 490); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AD6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1AD6C is #2E5293. Grayscale: #B0B0B0. Windows color (decimal): -3035796 or 7122385. OLE color: 7122385.

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

Color convert

RGB209173108-
CMYK00.170.480.18
HSL38.61º52.33%62.16%-
HSV(B)38.61º48.33%81.96%-
XYZ43.9444.5320.47-
YUV176.3589.43151.29-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.65%
GREEN value IS 173 (67.97% from 255) = 35.31%
BLUE value IS 108 (42.58% from 255) = 22.04%
R=42.65%
G=35.31%
B=22.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917310800.170.480.1838.6152.3362.16
HexD1AD6C011301227343e
Octal3212551540216022476476
Binary1101000110101101110110001000111000010010100111110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AD6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AD6C; }

 p { color: rgb(209,173,108); }

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

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

 a { background-color: rgb(209,173,108); }

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

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

 span { border-color: rgb(209,173,108); }

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