#D1A46E

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

Shades of Putty #D1A46E

Tints of Putty #D1A46E

Color information

#D1A46E (or 0xD1A46E) is unknown color: approx Putty. HEX triplet: D1, A4 and 6E. RGB value is (209,164,110). Sum of RGB (Red+Green+Blue) = 209+164+110=483 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.27% from 483); Green value is 164 (64.45% from 255 or 33.95% from 483); Blue value is 110 (43.36% from 255 or 22.77% from 483); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A46E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A46E is #2E5B91. Grayscale: #ABABAB. Windows color (decimal): -3038098 or 7251153. OLE color: 7251153.

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

Color convert

RGB209164110-
CMYK00.220.470.18
HSL32.73º51.83%62.55%-
HSV(B)32.73º47.37%81.96%-
XYZ42.3841.2320.48-
YUV171.393.41154.89-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.27%
GREEN value IS 164 (64.45% from 255) = 33.95%
BLUE value IS 110 (43.36% from 255) = 22.77%
R=43.27%
G=33.95%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.47
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20916411000.220.470.1832.7351.8362.55
HexD1A46E0162F1221343f
Octal3212441560265722416477
Binary1101000110100100110111001011010111110010100001110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A46E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A46E; }

 p { color: rgb(209,164,110); }

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

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

 a { background-color: rgb(209,164,110); }

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

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

 span { border-color: rgb(209,164,110); }

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