#D5AF72

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

Shades of Putty #D5AF72

Tints of Putty #D5AF72

Color information

#D5AF72 (or 0xD5AF72) is unknown color: approx Putty. HEX triplet: D5, AF and 72. RGB value is (213,175,114). Sum of RGB (Red+Green+Blue) = 213+175+114=502 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.43% from 502); Green value is 175 (68.75% from 255 or 34.86% from 502); Blue value is 114 (44.92% from 255 or 22.71% from 502); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AF72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AF72 is #2A508D. Grayscale: #B3B3B3. Windows color (decimal): -2773134 or 7516117. OLE color: 7516117.

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

Color convert

RGB213175114-
CMYK00.180.460.16
HSL36.97º54.1%64.12%-
HSV(B)36.97º46.48%83.53%-
XYZ45.8146.0222.39-
YUV179.4191.09151.96-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.43%
GREEN value IS 175 (68.75% from 255) = 34.86%
BLUE value IS 114 (44.92% from 255) = 22.71%
R=42.43%
G=34.86%
B=22.71%

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
Decimal21317511400.180.460.1636.9754.164.12
HexD5AF720122E10253640
Octal32525716202256204566100
Binary11010101101011111110010010010101110100001001011101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AF72; }

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

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

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

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

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

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

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

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