#D1A472

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

Shades of Putty #D1A472

Tints of Putty #D1A472

Color information

#D1A472 (or 0xD1A472) is unknown color: approx Putty. HEX triplet: D1, A4 and 72. RGB value is (209,164,114). Sum of RGB (Red+Green+Blue) = 209+164+114=487 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.92% from 487); Green value is 164 (64.45% from 255 or 33.68% from 487); Blue value is 114 (44.92% from 255 or 23.41% from 487); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A472 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A472 is #2E5B8D. Grayscale: #ABABAB. Windows color (decimal): -3038094 or 7513297. OLE color: 7513297.

HSL color Cylindrical-coordinate representation of color #D1A472: hue angle of 31.58º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D1A472 is Cyan = 0, Magento = 0.22, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB209164114-
CMYK00.220.450.18
HSL31.58º50.8%63.33%-
HSV(B)31.58º45.45%81.96%-
XYZ42.6141.3221.65-
YUV171.7695.41154.57-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.92%
GREEN value IS 164 (64.45% from 255) = 33.68%
BLUE value IS 114 (44.92% from 255) = 23.41%
R=42.92%
G=33.68%
B=23.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20916411400.220.450.1831.5850.863.33
HexD1A4720162D1220333f
Octal3212441620265522406377
Binary1101000110100100111001001011010110110010100000110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A472; }

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

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

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

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

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

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

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

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