#D1A76D

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

Shades of Putty #D1A76D

Tints of Putty #D1A76D

Color information

#D1A76D (or 0xD1A76D) is unknown color: approx Putty. HEX triplet: D1, A7 and 6D. RGB value is (209,167,109). Sum of RGB (Red+Green+Blue) = 209+167+109=485 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.09% from 485); Green value is 167 (65.62% from 255 or 34.43% from 485); Blue value is 109 (42.97% from 255 or 22.47% from 485); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A76D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A76D is #2E5892. Grayscale: #ADADAD. Windows color (decimal): -3037331 or 7186385. OLE color: 7186385.

HSL color Cylindrical-coordinate representation of color #D1A76D: hue angle of 34.8º 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 #D1A76D is Cyan = 0, Magento = 0.20, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB209167109-
CMYK00.200.480.18
HSL34.8º52.08%62.35%-
HSV(B)34.8º47.85%81.96%-
XYZ42.8742.320.37-
YUV172.9591.91153.72-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.09%
GREEN value IS 167 (65.62% from 255) = 34.43%
BLUE value IS 109 (42.97% from 255) = 22.47%
R=43.09%
G=34.43%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20916710900.200.480.1834.852.0862.35
HexD1A76D014301223343e
Octal3212471550246022436476
Binary1101000110100111110110101010011000010010100011110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A76D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A76D; }

 p { color: rgb(209,167,109); }

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

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

 a { background-color: rgb(209,167,109); }

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

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

 span { border-color: rgb(209,167,109); }

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