#D4B179

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

Shades of Putty #D4B179

Tints of Putty #D4B179

Color information

#D4B179 (or 0xD4B179) is unknown color: approx Putty. HEX triplet: D4, B1 and 79. RGB value is (212,177,121). Sum of RGB (Red+Green+Blue) = 212+177+121=510 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.57% from 510); Green value is 177 (69.53% from 255 or 34.71% from 510); Blue value is 121 (47.66% from 255 or 23.73% from 510); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B179 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4B179 is #2B4E86. Grayscale: #B5B5B5. Windows color (decimal): -2838151 or 7975380. OLE color: 7975380.

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

Color convert

RGB212177121-
CMYK00.170.430.17
HSL36.92º51.41%65.29%-
HSV(B)36.92º42.92%83.14%-
XYZ46.3246.8224.69-
YUV181.0894.1150.05-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.57%
GREEN value IS 177 (69.53% from 255) = 34.71%
BLUE value IS 121 (47.66% from 255) = 23.73%
R=41.57%
G=34.71%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.43
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217712100.170.430.1736.9251.4165.29
HexD4B1790112B11253341
Octal32426117102153214563101
Binary11010100101100011111001010001101011100011001011100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4B179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4B179; }

 p { color: rgb(212,177,121); }

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

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

 a { background-color: rgb(212,177,121); }

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

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

 span { border-color: rgb(212,177,121); }

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