Shades of Putty #D1B76E
Tints of Putty #D1B76E
RGB
CMYK
RGB Variations
Color information
#D1B76E (or 0xD1B76E) is known color: Putty. HEX triplet: D1, B7 and 6E. RGB value is (209,183,110). Sum of RGB (Red+Green+Blue) = 209+183+110=502 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.63% from 502); Green value is 183 (71.88% from 255 or 36.45% from 502); Blue value is 110 (43.36% from 255 or 21.91% from 502); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B76E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1B76E is #2E4891. Grayscale: #B6B6B6. Windows color (decimal): -3033234 or 7256017. OLE color: 7256017.
HSL color Cylindrical-coordinate representation of color #D1B76E: hue angle of 44.24º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D1B76E is Cyan = 0, Magento = 0.12, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 183 | 110 | - |
| CMYK | 0 | 0.12 | 0.47 | 0.18 |
| HSL | 44.24º | 0.52% | 0.63% | - |
| HSV(B) | 44.24º | 0.47% | 0.82% | - |
| XYZ | 46.04 | 48.55 | 21.7 | - |
| YUV | 182.45 | 87.11 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 183 | 110 | 0 | 0.12 | 0.47 | 0.18 | 44.24 | 0.52 | 0.63 |
| Hex | D1 | B7 | 6E | 0 | C | 2F | 12 | 2C | 34 | 3F |
| Octal | 321 | 267 | 156 | 0 | 14 | 57 | 22 | 54 | 64 | 77 |
| Binary | 11010001 | 10110111 | 1101110 | 0 | 1100 | 101111 | 10010 | 101100 | 110100 | 111111 |
Color Harmonies of #D1B76E
Complementary color
Monochromatic Colors of #D1B76E
Black with #D1B76E
Text Example
Text Example
White with #D1B76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B76E; }
p { color: rgb(209,183,110); }
H1.HeaderClassName
{
color: #D1B76E;
}
.AnyTagClassName
{
color: #D1B76E;
}
</style>
background-color css
<style>
a { background-color: #D1B76E; }
a { background-color: rgb(209,183,110); }
div.DivClassName
{
background-color: #D1B76E;
}
.BgClassName
{
background-color: #D1B76E;
}
</style>
border-color css
<style>
span { border-color: #D1B76E; }
span { border-color: rgb(209,183,110); }
td.TdClassName
{
border-color: #D1B76E;
}
.TagClassName
{
border-color: #D1B76E;
}
</style>