#D4B176

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

Shades of Putty #D4B176

Tints of Putty #D4B176

Color information

#D4B176 (or 0xD4B176) is unknown color: approx Putty. HEX triplet: D4, B1 and 76. RGB value is (212,177,118). Sum of RGB (Red+Green+Blue) = 212+177+118=507 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.81% from 507); Green value is 177 (69.53% from 255 or 34.91% from 507); Blue value is 118 (46.48% from 255 or 23.27% from 507); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B176 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4B176 is #2B4E89. Grayscale: #B5B5B5. Windows color (decimal): -2838154 or 7778772. OLE color: 7778772.

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

Color convert

RGB212177118-
CMYK00.170.440.17
HSL37.66º52.22%64.71%-
HSV(B)37.66º44.34%83.14%-
XYZ46.1446.7523.73-
YUV180.7492.6150.3-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.81%
GREEN value IS 177 (69.53% from 255) = 34.91%
BLUE value IS 118 (46.48% from 255) = 23.27%
R=41.81%
G=34.91%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.44
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217711800.170.440.1737.6652.2264.71
HexD4B1760112C11263441
Octal32426116602154214664101
Binary11010100101100011110110010001101100100011001101101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4B176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4B176; }

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

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

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

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

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

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

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

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