Shades of Putty #D6B074
Tints of Putty #D6B074
RGB
CMYK
RGB Variations
Color information
#D6B074 (or 0xD6B074) is known color: Putty. HEX triplet: D6, B0 and 74. RGB value is (214,176,116). Sum of RGB (Red+Green+Blue) = 214+176+116=506 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.29% from 506); Green value is 176 (69.14% from 255 or 34.78% from 506); Blue value is 116 (45.70% from 255 or 22.92% from 506); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B074 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6B074 is #294F8B. Grayscale: #B4B4B4. Windows color (decimal): -2707340 or 7647446. OLE color: 7647446.
HSL color Cylindrical-coordinate representation of color #D6B074: hue angle of 36.73º 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 #D6B074 is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 176 | 116 | - |
| CMYK | 0 | 0.18 | 0.46 | 0.16 |
| HSL | 36.73º | 0.54% | 0.65% | - |
| HSV(B) | 36.73º | 0.46% | 0.84% | - |
| XYZ | 46.41 | 46.61 | 23.07 | - |
| YUV | 180.52 | 91.59 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 176 | 116 | 0 | 0.18 | 0.46 | 0.16 | 36.73 | 0.54 | 0.65 |
| Hex | D6 | B0 | 74 | 0 | 12 | 2E | 10 | 25 | 36 | 41 |
| Octal | 326 | 260 | 164 | 0 | 22 | 56 | 20 | 45 | 66 | 101 |
| Binary | 11010110 | 10110000 | 1110100 | 0 | 10010 | 101110 | 10000 | 100101 | 110110 | 1000001 |
Color Harmonies of #D6B074
Complementary color
Monochromatic Colors of #D6B074
Black with #D6B074
Text Example
Text Example
White with #D6B074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B074; }
p { color: rgb(214,176,116); }
H1.HeaderClassName
{
color: #D6B074;
}
.AnyTagClassName
{
color: #D6B074;
}
</style>
background-color css
<style>
a { background-color: #D6B074; }
a { background-color: rgb(214,176,116); }
div.DivClassName
{
background-color: #D6B074;
}
.BgClassName
{
background-color: #D6B074;
}
</style>
border-color css
<style>
span { border-color: #D6B074; }
span { border-color: rgb(214,176,116); }
td.TdClassName
{
border-color: #D6B074;
}
.TagClassName
{
border-color: #D6B074;
}
</style>