#D4A775

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

Shades of Putty #D4A775

Tints of Putty #D4A775

Color information

#D4A775 (or 0xD4A775) is unknown color: approx Putty. HEX triplet: D4, A7 and 75. RGB value is (212,167,117). Sum of RGB (Red+Green+Blue) = 212+167+117=496 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.74% from 496); Green value is 167 (65.62% from 255 or 33.67% from 496); Blue value is 117 (46.09% from 255 or 23.59% from 496); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A775 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A775 is #2B588A. Grayscale: #AFAFAF. Windows color (decimal): -2840715 or 7710676. OLE color: 7710676.

HSL color Cylindrical-coordinate representation of color #D4A775: hue angle of 31.58º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D4A775 is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB212167117-
CMYK00.210.450.17
HSL31.58º52.49%64.51%-
HSV(B)31.58º44.81%83.14%-
XYZ44.1842.9222.79-
YUV174.7695.41154.57-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.74%
GREEN value IS 167 (65.62% from 255) = 33.67%
BLUE value IS 117 (46.09% from 255) = 23.59%
R=42.74%
G=33.67%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.45
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21216711700.210.450.1731.5852.4964.51
HexD4A7750152D11203441
Octal32424716502555214064101
Binary11010100101001111110101010101101101100011000001101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A775; }

 p { color: rgb(212,167,117); }

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

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

 a { background-color: rgb(212,167,117); }

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

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

 span { border-color: rgb(212,167,117); }

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