#D5AF78

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

Shades of Putty #D5AF78

Tints of Putty #D5AF78

Color information

#D5AF78 (or 0xD5AF78) is unknown color: approx Putty. HEX triplet: D5, AF and 78. RGB value is (213,175,120). Sum of RGB (Red+Green+Blue) = 213+175+120=508 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.93% from 508); Green value is 175 (68.75% from 255 or 34.45% from 508); Blue value is 120 (47.27% from 255 or 23.62% from 508); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AF78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AF78 is #2A5087. Grayscale: #B4B4B4. Windows color (decimal): -2773128 or 7909333. OLE color: 7909333.

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

Color convert

RGB213175120-
CMYK00.180.440.16
HSL35.48º52.54%65.29%-
HSV(B)35.48º43.66%83.53%-
XYZ46.1646.1624.25-
YUV180.0994.09151.47-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.93%
GREEN value IS 175 (68.75% from 255) = 34.45%
BLUE value IS 120 (47.27% from 255) = 23.62%
R=41.93%
G=34.45%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317512000.180.440.1635.4852.5465.29
HexD5AF780122C10233541
Octal32525717002254204365101
Binary11010101101011111111000010010101100100001000111101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AF78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AF78; }

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

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

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

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

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

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

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

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