#D5A270

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

Shades of Putty #D5A270

Tints of Putty #D5A270

Color information

#D5A270 (or 0xD5A270) is unknown color: approx Putty. HEX triplet: D5, A2 and 70. RGB value is (213,162,112). Sum of RGB (Red+Green+Blue) = 213+162+112=487 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.74% from 487); Green value is 162 (63.67% from 255 or 33.26% from 487); Blue value is 112 (44.14% from 255 or 23.00% from 487); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A270 is #2A5D8F. Grayscale: #ABABAB. Windows color (decimal): -2776464 or 7381717. OLE color: 7381717.

HSL color Cylindrical-coordinate representation of color #D5A270: hue angle of 29.7º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D5A270 is Cyan = 0, Magento = 0.24, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB213162112-
CMYK00.240.470.16
HSL29.7º54.59%63.73%-
HSV(B)29.7º47.42%83.53%-
XYZ43.2941.1620.99-
YUV171.5594.4157.57-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.74%
GREEN value IS 162 (63.67% from 255) = 33.26%
BLUE value IS 112 (44.14% from 255) = 23.00%
R=43.74%
G=33.26%
B=23.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316211200.240.470.1629.754.5963.73
HexD5A2700182F101e3740
Octal32524216003057203667100
Binary1101010110100010111000001100010111110000111101101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A270; }

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

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

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

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

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

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

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

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