Shades of Putty #D3A56B
Tints of Putty #D3A56B
RGB
CMYK
RGB Variations
Color information
#D3A56B (or 0xD3A56B) is known color: Putty. HEX triplet: D3, A5 and 6B. RGB value is (211,165,107). Sum of RGB (Red+Green+Blue) = 211+165+107=483 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.69% from 483); Green value is 165 (64.84% from 255 or 34.16% from 483); Blue value is 107 (42.19% from 255 or 22.15% from 483); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A56B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3A56B is #2C5A94. Grayscale: #ACACAC. Windows color (decimal): -2906773 or 7054803. OLE color: 7054803.
HSL color Cylindrical-coordinate representation of color #D3A56B: hue angle of 33.46º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D3A56B is Cyan = 0, Magento = 0.22, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 165 | 107 | - |
| CMYK | 0 | 0.22 | 0.49 | 0.17 |
| HSL | 33.46º | 0.54% | 0.62% | - |
| HSV(B) | 33.46º | 0.49% | 0.83% | - |
| XYZ | 42.97 | 41.82 | 19.72 | - |
| YUV | 172.14 | 91.24 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 165 | 107 | 0 | 0.22 | 0.49 | 0.17 | 33.46 | 0.54 | 0.62 |
| Hex | D3 | A5 | 6B | 0 | 16 | 31 | 11 | 21 | 36 | 3E |
| Octal | 323 | 245 | 153 | 0 | 26 | 61 | 21 | 41 | 66 | 76 |
| Binary | 11010011 | 10100101 | 1101011 | 0 | 10110 | 110001 | 10001 | 100001 | 110110 | 111110 |
Color Harmonies of #D3A56B
Complementary color
Monochromatic Colors of #D3A56B
Black with #D3A56B
Text Example
Text Example
White with #D3A56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A56B; }
p { color: rgb(211,165,107); }
H1.HeaderClassName
{
color: #D3A56B;
}
.AnyTagClassName
{
color: #D3A56B;
}
</style>
background-color css
<style>
a { background-color: #D3A56B; }
a { background-color: rgb(211,165,107); }
div.DivClassName
{
background-color: #D3A56B;
}
.BgClassName
{
background-color: #D3A56B;
}
</style>
border-color css
<style>
span { border-color: #D3A56B; }
span { border-color: rgb(211,165,107); }
td.TdClassName
{
border-color: #D3A56B;
}
.TagClassName
{
border-color: #D3A56B;
}
</style>