#D3A270

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

Shades of Putty #D3A270

Tints of Putty #D3A270

Color information

#D3A270 (or 0xD3A270) is unknown color: approx Putty. HEX triplet: D3, A2 and 70. RGB value is (211,162,112). Sum of RGB (Red+Green+Blue) = 211+162+112=485 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.51% from 485); Green value is 162 (63.67% from 255 or 33.40% from 485); Blue value is 112 (44.14% from 255 or 23.09% from 485); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3A270 is #2C5D8F. Grayscale: #ABABAB. Windows color (decimal): -2907536 or 7381715. OLE color: 7381715.

HSL color Cylindrical-coordinate representation of color #D3A270: hue angle of 30.3º 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 #D3A270 is Cyan = 0, Magento = 0.23, Yellow = 0.47 and Black (K on CMYK) = 0.17.

Color convert

RGB211162112-
CMYK00.230.470.17
HSL30.3º52.94%63.33%-
HSV(B)30.3º46.92%82.75%-
XYZ42.7140.8620.96-
YUV170.9594.73156.57-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 43.51%
GREEN value IS 162 (63.67% from 255) = 33.40%
BLUE value IS 112 (44.14% from 255) = 23.09%
R=43.51%
G=33.40%
B=23.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.47
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21116211200.230.470.1730.352.9463.33
HexD3A2700172F111e353f
Octal3232421600275721366577
Binary110100111010001011100000101111011111000111110110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3A270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3A270; }

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

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

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

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

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

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

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

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