#d3a470

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

Shades of Putty #D3A470

Tints of Putty #D3A470

Color information

#D3A470 (or 0xD3A470) is unknown color: approx Putty. HEX triplet: D3, A4 and 70. RGB value is (211,164,112). Sum of RGB (Red+Green+Blue) = 211+164+112=487 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.33% from 487); Green value is 164 (64.45% from 255 or 33.68% from 487); Blue value is 112 (44.14% from 255 or 23.00% from 487); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A470 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3A470 is #2C5B8F. Grayscale: #ACACAC. Windows color (decimal): -2907024 or 7382227. OLE color: 7382227.

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

Color convert

RGB211164112-
CMYK00.220.470.17
HSL31.52º52.94%63.33%-
HSV(B)31.52º46.92%82.75%-
XYZ43.0641.5721.08-
YUV172.1294.07155.73-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 43.33%
GREEN value IS 164 (64.45% from 255) = 33.68%
BLUE value IS 112 (44.14% from 255) = 23.00%
R=43.33%
G=33.68%
B=23.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.47
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21116411200.220.470.1731.5252.9463.33
HexD3A4700162F1120353f
Octal3232441600265721406577
Binary1101001110100100111000001011010111110001100000110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d3a470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d3a470; }

 p { color: rgb(211,164,112); }

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

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

 a { background-color: rgb(211,164,112); }

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

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

 span { border-color: rgb(211,164,112); }

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