#D1A36C

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

Shades of Putty #D1A36C

Tints of Putty #D1A36C

Color information

#D1A36C (or 0xD1A36C) is unknown color: approx Putty. HEX triplet: D1, A3 and 6C. RGB value is (209,163,108). Sum of RGB (Red+Green+Blue) = 209+163+108=480 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.54% from 480); Green value is 163 (64.06% from 255 or 33.96% from 480); Blue value is 108 (42.58% from 255 or 22.5% from 480); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A36C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A36C is #2E5C93. Grayscale: #AAAAAA. Windows color (decimal): -3038356 or 7119825. OLE color: 7119825.

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

Color convert

RGB209163108-
CMYK00.220.480.18
HSL32.67º52.33%62.16%-
HSV(B)32.67º48.33%81.96%-
XYZ42.140.8319.85-
YUV170.4892.74155.47-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.54%
GREEN value IS 163 (64.06% from 255) = 33.96%
BLUE value IS 108 (42.58% from 255) = 22.5%
R=43.54%
G=33.96%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20916310800.220.480.1832.6752.3362.16
HexD1A36C016301221343e
Octal3212431540266022416476
Binary1101000110100011110110001011011000010010100001110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A36C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A36C; }

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

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

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

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

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

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

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

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