#D4B475

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

Shades of Putty #D4B475

Tints of Putty #D4B475

Color information

#D4B475 (or 0xD4B475) is unknown color: approx Putty. HEX triplet: D4, B4 and 75. RGB value is (212,180,117). Sum of RGB (Red+Green+Blue) = 212+180+117=509 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.65% from 509); Green value is 180 (70.70% from 255 or 35.36% from 509); Blue value is 117 (46.09% from 255 or 22.99% from 509); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B475 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4B475 is #2B4B8A. Grayscale: #B6B6B6. Windows color (decimal): -2837387 or 7714004. OLE color: 7714004.

HSL color Cylindrical-coordinate representation of color #D4B475: hue angle of 39.79º 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 #D4B475 is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB212180117-
CMYK00.150.450.17
HSL39.79º52.49%64.51%-
HSV(B)39.79º44.81%83.14%-
XYZ46.6847.9223.62-
YUV182.3991.1149.12-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.65%
GREEN value IS 180 (70.70% from 255) = 35.36%
BLUE value IS 117 (46.09% from 255) = 22.99%
R=41.65%
G=35.36%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.45
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21218011700.150.450.1739.7952.4964.51
HexD4B4750F2D11283441
Octal32426416501755215064101
Binary1101010010110100111010101111101101100011010001101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4B475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4B475; }

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

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

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

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

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

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

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

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