#D4B174

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

Shades of Putty #D4B174

Tints of Putty #D4B174

Color information

#D4B174 (or 0xD4B174) is unknown color: approx Putty. HEX triplet: D4, B1 and 74. RGB value is (212,177,116). Sum of RGB (Red+Green+Blue) = 212+177+116=505 (66% of max value = 765). Red value is 212 (83.20% from 255 or 41.98% from 505); Green value is 177 (69.53% from 255 or 35.05% from 505); Blue value is 116 (45.70% from 255 or 22.97% from 505); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B174 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4B174 is #2B4E8B. Grayscale: #B4B4B4. Windows color (decimal): -2838156 or 7647700. OLE color: 7647700.

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

Color convert

RGB212177116-
CMYK00.170.450.17
HSL38.12º52.75%64.31%-
HSV(B)38.12º45.28%83.14%-
XYZ46.0346.723.11-
YUV180.5191.6150.46-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.98%
GREEN value IS 177 (69.53% from 255) = 35.05%
BLUE value IS 116 (45.70% from 255) = 22.97%
R=41.98%
G=35.05%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.45
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217711600.170.450.1738.1252.7564.31
HexD4B1740112D11263540
Octal32426116402155214665100
Binary11010100101100011110100010001101101100011001101101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4B174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4B174; }

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

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

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

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

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

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

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

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