Shades of Putty #D5B674
Tints of Putty #D5B674
RGB
CMYK
RGB Variations
Color information
#D5B674 (or 0xD5B674) is known color: Putty. HEX triplet: D5, B6 and 74. RGB value is (213,182,116). Sum of RGB (Red+Green+Blue) = 213+182+116=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 182 (71.48% from 255 or 35.62% from 511); Blue value is 116 (45.70% from 255 or 22.70% from 511); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B674 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B674 is #2A498B. Grayscale: #B8B8B8. Windows color (decimal): -2771340 or 7648981. OLE color: 7648981.
HSL color Cylindrical-coordinate representation of color #D5B674: hue angle of 40.82º 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 #D5B674 is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 182 | 116 | - |
| CMYK | 0 | 0.15 | 0.46 | 0.16 |
| HSL | 40.82º | 0.54% | 0.65% | - |
| HSV(B) | 40.82º | 0.46% | 0.84% | - |
| XYZ | 47.32 | 48.86 | 23.46 | - |
| YUV | 183.75 | 89.77 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 182 | 116 | 0 | 0.15 | 0.46 | 0.16 | 40.82 | 0.54 | 0.65 |
| Hex | D5 | B6 | 74 | 0 | F | 2E | 10 | 29 | 36 | 41 |
| Octal | 325 | 266 | 164 | 0 | 17 | 56 | 20 | 51 | 66 | 101 |
| Binary | 11010101 | 10110110 | 1110100 | 0 | 1111 | 101110 | 10000 | 101001 | 110110 | 1000001 |
Color Harmonies of #D5B674
Complementary color
Monochromatic Colors of #D5B674
Black with #D5B674
Text Example
Text Example
White with #D5B674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B674; }
p { color: rgb(213,182,116); }
H1.HeaderClassName
{
color: #D5B674;
}
.AnyTagClassName
{
color: #D5B674;
}
</style>
background-color css
<style>
a { background-color: #D5B674; }
a { background-color: rgb(213,182,116); }
div.DivClassName
{
background-color: #D5B674;
}
.BgClassName
{
background-color: #D5B674;
}
</style>
border-color css
<style>
span { border-color: #D5B674; }
span { border-color: rgb(213,182,116); }
td.TdClassName
{
border-color: #D5B674;
}
.TagClassName
{
border-color: #D5B674;
}
</style>