Shades of Putty #D3AD68
Tints of Putty #D3AD68
RGB
CMYK
RGB Variations
Color information
#D3AD68 (or 0xD3AD68) is known color: Putty. HEX triplet: D3, AD and 68. RGB value is (211,173,104). Sum of RGB (Red+Green+Blue) = 211+173+104=488 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.24% from 488); Green value is 173 (67.97% from 255 or 35.45% from 488); Blue value is 104 (41.02% from 255 or 21.31% from 488); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AD68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3AD68 is #2C5297. Grayscale: #B0B0B0. Windows color (decimal): -2904728 or 6860243. OLE color: 6860243.
HSL color Cylindrical-coordinate representation of color #D3AD68: hue angle of 38.69º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D3AD68 is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 173 | 104 | - |
| CMYK | 0 | 0.18 | 0.51 | 0.17 |
| HSL | 38.69º | 0.55% | 0.62% | - |
| HSV(B) | 38.69º | 0.51% | 0.83% | - |
| XYZ | 44.31 | 44.74 | 19.4 | - |
| YUV | 176.5 | 87.09 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 173 | 104 | 0 | 0.18 | 0.51 | 0.17 | 38.69 | 0.55 | 0.62 |
| Hex | D3 | AD | 68 | 0 | 12 | 33 | 11 | 27 | 37 | 3E |
| Octal | 323 | 255 | 150 | 0 | 22 | 63 | 21 | 47 | 67 | 76 |
| Binary | 11010011 | 10101101 | 1101000 | 0 | 10010 | 110011 | 10001 | 100111 | 110111 | 111110 |
Color Harmonies of #D3AD68
Complementary color
Monochromatic Colors of #D3AD68
Black with #D3AD68
Text Example
Text Example
White with #D3AD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AD68; }
p { color: rgb(211,173,104); }
H1.HeaderClassName
{
color: #D3AD68;
}
.AnyTagClassName
{
color: #D3AD68;
}
</style>
background-color css
<style>
a { background-color: #D3AD68; }
a { background-color: rgb(211,173,104); }
div.DivClassName
{
background-color: #D3AD68;
}
.BgClassName
{
background-color: #D3AD68;
}
</style>
border-color css
<style>
span { border-color: #D3AD68; }
span { border-color: rgb(211,173,104); }
td.TdClassName
{
border-color: #D3AD68;
}
.TagClassName
{
border-color: #D3AD68;
}
</style>