Shades of Putty #D4A66B
Tints of Putty #D4A66B
RGB
CMYK
RGB Variations
Color information
#D4A66B (or 0xD4A66B) is known color: Putty. HEX triplet: D4, A6 and 6B. RGB value is (212,166,107). Sum of RGB (Red+Green+Blue) = 212+166+107=485 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.71% from 485); Green value is 166 (65.23% from 255 or 34.23% from 485); Blue value is 107 (42.19% from 255 or 22.06% from 485); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A66B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A66B is #2B5994. Grayscale: #ADADAD. Windows color (decimal): -2840981 or 7055060. OLE color: 7055060.
HSL color Cylindrical-coordinate representation of color #D4A66B: hue angle of 33.71º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D4A66B is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 166 | 107 | - |
| CMYK | 0 | 0.22 | 0.50 | 0.17 |
| HSL | 33.71º | 0.55% | 0.63% | - |
| HSV(B) | 33.71º | 0.5% | 0.83% | - |
| XYZ | 43.44 | 42.33 | 19.79 | - |
| YUV | 173.03 | 90.74 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 166 | 107 | 0 | 0.22 | 0.50 | 0.17 | 33.71 | 0.55 | 0.63 |
| Hex | D4 | A6 | 6B | 0 | 16 | 32 | 11 | 22 | 37 | 3F |
| Octal | 324 | 246 | 153 | 0 | 26 | 62 | 21 | 42 | 67 | 77 |
| Binary | 11010100 | 10100110 | 1101011 | 0 | 10110 | 110010 | 10001 | 100010 | 110111 | 111111 |
Color Harmonies of #D4A66B
Complementary color
Monochromatic Colors of #D4A66B
Black with #D4A66B
Text Example
Text Example
White with #D4A66B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A66B; }
p { color: rgb(212,166,107); }
H1.HeaderClassName
{
color: #D4A66B;
}
.AnyTagClassName
{
color: #D4A66B;
}
</style>
background-color css
<style>
a { background-color: #D4A66B; }
a { background-color: rgb(212,166,107); }
div.DivClassName
{
background-color: #D4A66B;
}
.BgClassName
{
background-color: #D4A66B;
}
</style>
border-color css
<style>
span { border-color: #D4A66B; }
span { border-color: rgb(212,166,107); }
td.TdClassName
{
border-color: #D4A66B;
}
.TagClassName
{
border-color: #D4A66B;
}
</style>