#D1A66D

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

Shades of Putty #D1A66D

Tints of Putty #D1A66D

Color information

#D1A66D (or 0xD1A66D) is unknown color: approx Putty. HEX triplet: D1, A6 and 6D. RGB value is (209,166,109). Sum of RGB (Red+Green+Blue) = 209+166+109=484 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.18% from 484); Green value is 166 (65.23% from 255 or 34.30% from 484); Blue value is 109 (42.97% from 255 or 22.52% from 484); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A66D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A66D is #2E5992. Grayscale: #ACACAC. Windows color (decimal): -3037587 or 7186129. OLE color: 7186129.

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

Color convert

RGB209166109-
CMYK00.210.480.18
HSL34.2º52.08%62.35%-
HSV(B)34.2º47.85%81.96%-
XYZ42.6941.9320.31-
YUV172.3692.25154.13-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.18%
GREEN value IS 166 (65.23% from 255) = 34.30%
BLUE value IS 109 (42.97% from 255) = 22.52%
R=43.18%
G=34.30%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20916610900.210.480.1834.252.0862.35
HexD1A66D015301222343e
Octal3212461550256022426476
Binary1101000110100110110110101010111000010010100010110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A66D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A66D; }

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

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

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

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

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

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

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

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