#D5AE72

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

Shades of Putty #D5AE72

Tints of Putty #D5AE72

Color information

#D5AE72 (or 0xD5AE72) is unknown color: approx Putty. HEX triplet: D5, AE and 72. RGB value is (213,174,114). Sum of RGB (Red+Green+Blue) = 213+174+114=501 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.51% from 501); Green value is 174 (68.36% from 255 or 34.73% from 501); Blue value is 114 (44.92% from 255 or 22.75% from 501); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AE72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AE72 is #2A518D. Grayscale: #B3B3B3. Windows color (decimal): -2773390 or 7515861. OLE color: 7515861.

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

Color convert

RGB213174114-
CMYK00.180.460.16
HSL36.36º54.1%64.12%-
HSV(B)36.36º46.48%83.53%-
XYZ45.6145.6322.32-
YUV178.8291.42152.38-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.51%
GREEN value IS 174 (68.36% from 255) = 34.73%
BLUE value IS 114 (44.92% from 255) = 22.75%
R=42.51%
G=34.73%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317411400.180.460.1636.3654.164.12
HexD5AE720122E10243640
Octal32525616202256204466100
Binary11010101101011101110010010010101110100001001001101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AE72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AE72; }

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

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

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

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

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

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

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

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