Shades of Putty #D5B074
Tints of Putty #D5B074
RGB
CMYK
RGB Variations
Color information
#D5B074 (or 0xD5B074) is known color: Putty. HEX triplet: D5, B0 and 74. RGB value is (213,176,116). Sum of RGB (Red+Green+Blue) = 213+176+116=505 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.18% from 505); Green value is 176 (69.14% from 255 or 34.85% from 505); Blue value is 116 (45.70% from 255 or 22.97% from 505); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B074 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5B074 is #2A4F8B. Grayscale: #B4B4B4. Windows color (decimal): -2772876 or 7647445. OLE color: 7647445.
HSL color Cylindrical-coordinate representation of color #D5B074: hue angle of 37.11º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D5B074 is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 176 | 116 | - |
| CMYK | 0 | 0.17 | 0.46 | 0.16 |
| HSL | 37.11º | 0.54% | 0.65% | - |
| HSV(B) | 37.11º | 0.46% | 0.84% | - |
| XYZ | 46.12 | 46.46 | 23.06 | - |
| YUV | 180.22 | 91.76 | 151.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 176 | 116 | 0 | 0.17 | 0.46 | 0.16 | 37.11 | 0.54 | 0.65 |
| Hex | D5 | B0 | 74 | 0 | 11 | 2E | 10 | 25 | 36 | 41 |
| Octal | 325 | 260 | 164 | 0 | 21 | 56 | 20 | 45 | 66 | 101 |
| Binary | 11010101 | 10110000 | 1110100 | 0 | 10001 | 101110 | 10000 | 100101 | 110110 | 1000001 |
Color Harmonies of #D5B074
Complementary color
Monochromatic Colors of #D5B074
Black with #D5B074
Text Example
Text Example
White with #D5B074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B074; }
p { color: rgb(213,176,116); }
H1.HeaderClassName
{
color: #D5B074;
}
.AnyTagClassName
{
color: #D5B074;
}
</style>
background-color css
<style>
a { background-color: #D5B074; }
a { background-color: rgb(213,176,116); }
div.DivClassName
{
background-color: #D5B074;
}
.BgClassName
{
background-color: #D5B074;
}
</style>
border-color css
<style>
span { border-color: #D5B074; }
span { border-color: rgb(213,176,116); }
td.TdClassName
{
border-color: #D5B074;
}
.TagClassName
{
border-color: #D5B074;
}
</style>