#D5AA70

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

Shades of Putty #D5AA70

Tints of Putty #D5AA70

Color information

#D5AA70 (or 0xD5AA70) is unknown color: approx Putty. HEX triplet: D5, AA and 70. RGB value is (213,170,112). Sum of RGB (Red+Green+Blue) = 213+170+112=495 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.03% from 495); Green value is 170 (66.80% from 255 or 34.34% from 495); Blue value is 112 (44.14% from 255 or 22.63% from 495); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AA70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AA70 is #2A558F. Grayscale: #B0B0B0. Windows color (decimal): -2774416 or 7383765. OLE color: 7383765.

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

Color convert

RGB213170112-
CMYK00.200.470.16
HSL34.46º54.59%63.73%-
HSV(B)34.46º47.42%83.53%-
XYZ44.7444.0721.48-
YUV176.2491.75154.22-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.03%
GREEN value IS 170 (66.80% from 255) = 34.34%
BLUE value IS 112 (44.14% from 255) = 22.63%
R=43.03%
G=34.34%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317011200.200.470.1634.4654.5963.73
HexD5AA700142F10223740
Octal32525216002457204267100
Binary11010101101010101110000010100101111100001000101101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AA70; }

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

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

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

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

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

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

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

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