Shades of Putty #D4AE74
Tints of Putty #D4AE74
RGB
CMYK
RGB Variations
Color information
#D4AE74 (or 0xD4AE74) is known color: Putty. HEX triplet: D4, AE and 74. RGB value is (212,174,116). Sum of RGB (Red+Green+Blue) = 212+174+116=502 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.23% from 502); Green value is 174 (68.36% from 255 or 34.66% from 502); Blue value is 116 (45.70% from 255 or 23.11% from 502); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AE74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4AE74 is #2B518B. Grayscale: #B3B3B3. Windows color (decimal): -2838924 or 7646932. OLE color: 7646932.
HSL color Cylindrical-coordinate representation of color #D4AE74: hue angle of 36.25º 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 #D4AE74 is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 174 | 116 | - |
| CMYK | 0 | 0.18 | 0.45 | 0.17 |
| HSL | 36.25º | 0.53% | 0.64% | - |
| HSV(B) | 36.25º | 0.45% | 0.83% | - |
| XYZ | 45.44 | 45.53 | 22.92 | - |
| YUV | 178.75 | 92.59 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 174 | 116 | 0 | 0.18 | 0.45 | 0.17 | 36.25 | 0.53 | 0.64 |
| Hex | D4 | AE | 74 | 0 | 12 | 2D | 11 | 24 | 35 | 40 |
| Octal | 324 | 256 | 164 | 0 | 22 | 55 | 21 | 44 | 65 | 100 |
| Binary | 11010100 | 10101110 | 1110100 | 0 | 10010 | 101101 | 10001 | 100100 | 110101 | 1000000 |
Color Harmonies of #D4AE74
Complementary color
Monochromatic Colors of #D4AE74
Black with #D4AE74
Text Example
Text Example
White with #D4AE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AE74; }
p { color: rgb(212,174,116); }
H1.HeaderClassName
{
color: #D4AE74;
}
.AnyTagClassName
{
color: #D4AE74;
}
</style>
background-color css
<style>
a { background-color: #D4AE74; }
a { background-color: rgb(212,174,116); }
div.DivClassName
{
background-color: #D4AE74;
}
.BgClassName
{
background-color: #D4AE74;
}
</style>
border-color css
<style>
span { border-color: #D4AE74; }
span { border-color: rgb(212,174,116); }
td.TdClassName
{
border-color: #D4AE74;
}
.TagClassName
{
border-color: #D4AE74;
}
</style>