#d5af74

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

Shades of Putty #D5AF74

Tints of Putty #D5AF74

Color information

#D5AF74 (or 0xD5AF74) is unknown color: approx Putty. HEX triplet: D5, AF and 74. RGB value is (213,175,116). Sum of RGB (Red+Green+Blue) = 213+175+116=504 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.26% from 504); Green value is 175 (68.75% from 255 or 34.72% from 504); Blue value is 116 (45.70% from 255 or 23.02% from 504); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AF74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AF74 is #2A508B. Grayscale: #B3B3B3. Windows color (decimal): -2773132 or 7647189. OLE color: 7647189.

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

Color convert

RGB213175116-
CMYK00.180.460.16
HSL36.49º53.59%64.51%-
HSV(B)36.49º45.54%83.53%-
XYZ45.9246.0722.99-
YUV179.6492.09151.8-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.26%
GREEN value IS 175 (68.75% from 255) = 34.72%
BLUE value IS 116 (45.70% from 255) = 23.02%
R=42.26%
G=34.72%
B=23.02%

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
Decimal21317511600.180.460.1636.4953.5964.51
HexD5AF740122E10243641
Octal32525716402256204466101
Binary11010101101011111110100010010101110100001001001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d5af74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d5af74; }

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

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

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

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

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

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

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

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