Shades of Putty #D0B875
Tints of Putty #D0B875
RGB
CMYK
RGB Variations
Color information
#D0B875 (or 0xD0B875) is known color: Putty. HEX triplet: D0, B8 and 75. RGB value is (208,184,117). Sum of RGB (Red+Green+Blue) = 208+184+117=509 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.86% from 509); Green value is 184 (72.27% from 255 or 36.15% from 509); Blue value is 117 (46.09% from 255 or 22.99% from 509); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B875 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0B875 is #2F478A. Grayscale: #B7B7B7. Windows color (decimal): -3098507 or 7715024. OLE color: 7715024.
HSL color Cylindrical-coordinate representation of color #D0B875: hue angle of 44.18º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D0B875 is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 184 | 117 | - |
| CMYK | 0 | 0.12 | 0.44 | 0.18 |
| HSL | 44.18º | 0.49% | 0.64% | - |
| HSV(B) | 44.18º | 0.44% | 0.82% | - |
| XYZ | 46.36 | 48.98 | 23.84 | - |
| YUV | 183.54 | 90.45 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 184 | 117 | 0 | 0.12 | 0.44 | 0.18 | 44.18 | 0.49 | 0.64 |
| Hex | D0 | B8 | 75 | 0 | C | 2C | 12 | 2C | 31 | 40 |
| Octal | 320 | 270 | 165 | 0 | 14 | 54 | 22 | 54 | 61 | 100 |
| Binary | 11010000 | 10111000 | 1110101 | 0 | 1100 | 101100 | 10010 | 101100 | 110001 | 1000000 |
Color Harmonies of #D0B875
Complementary color
Monochromatic Colors of #D0B875
Black with #D0B875
Text Example
Text Example
White with #D0B875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B875; }
p { color: rgb(208,184,117); }
H1.HeaderClassName
{
color: #D0B875;
}
.AnyTagClassName
{
color: #D0B875;
}
</style>
background-color css
<style>
a { background-color: #D0B875; }
a { background-color: rgb(208,184,117); }
div.DivClassName
{
background-color: #D0B875;
}
.BgClassName
{
background-color: #D0B875;
}
</style>
border-color css
<style>
span { border-color: #D0B875; }
span { border-color: rgb(208,184,117); }
td.TdClassName
{
border-color: #D0B875;
}
.TagClassName
{
border-color: #D0B875;
}
</style>