#D5AA74

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

Shades of Putty #D5AA74

Tints of Putty #D5AA74

Color information

#D5AA74 (or 0xD5AA74) is unknown color: approx Putty. HEX triplet: D5, AA and 74. RGB value is (213,170,116). Sum of RGB (Red+Green+Blue) = 213+170+116=499 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.69% from 499); Green value is 170 (66.80% from 255 or 34.07% from 499); Blue value is 116 (45.70% from 255 or 23.25% from 499); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AA74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AA74 is #2A558B. Grayscale: #B0B0B0. Windows color (decimal): -2774412 or 7645909. OLE color: 7645909.

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

Color convert

RGB213170116-
CMYK00.200.460.16
HSL33.4º53.59%64.51%-
HSV(B)33.4º45.54%83.53%-
XYZ44.9744.1622.68-
YUV176.793.75153.89-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.69%
GREEN value IS 170 (66.80% from 255) = 34.07%
BLUE value IS 116 (45.70% from 255) = 23.25%
R=42.69%
G=34.07%
B=23.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317011600.200.460.1633.453.5964.51
HexD5AA740142E10213641
Octal32525216402456204166101
Binary11010101101010101110100010100101110100001000011101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AA74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AA74; }

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

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

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

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

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

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

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

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