#D5A472

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

Shades of Putty #D5A472

Tints of Putty #D5A472

Color information

#D5A472 (or 0xD5A472) is unknown color: approx Putty. HEX triplet: D5, A4 and 72. RGB value is (213,164,114). Sum of RGB (Red+Green+Blue) = 213+164+114=491 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.38% from 491); Green value is 164 (64.45% from 255 or 33.40% from 491); Blue value is 114 (44.92% from 255 or 23.22% from 491); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A472 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A472 is #2A5B8D. Grayscale: #ADADAD. Windows color (decimal): -2775950 or 7513301. OLE color: 7513301.

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

Color convert

RGB213164114-
CMYK00.230.460.16
HSL30.3º54.1%64.12%-
HSV(B)30.3º46.48%83.53%-
XYZ43.7541.9121.7-
YUV172.9594.73156.57-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.38%
GREEN value IS 164 (64.45% from 255) = 33.40%
BLUE value IS 114 (44.92% from 255) = 23.22%
R=43.38%
G=33.40%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316411400.230.460.1630.354.164.12
HexD5A4720172E101e3640
Octal32524416202756203666100
Binary1101010110100100111001001011110111010000111101101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A472; }

 p { color: rgb(213,164,114); }

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

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

 a { background-color: rgb(213,164,114); }

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

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

 span { border-color: rgb(213,164,114); }

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