Shades of Putty #D1B369
Tints of Putty #D1B369
RGB
CMYK
RGB Variations
Color information
#D1B369 (or 0xD1B369) is known color: Putty. HEX triplet: D1, B3 and 69. RGB value is (209,179,105). Sum of RGB (Red+Green+Blue) = 209+179+105=493 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.39% from 493); Green value is 179 (70.31% from 255 or 36.31% from 493); Blue value is 105 (41.41% from 255 or 21.30% from 493); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B369 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1B369 is #2E4C96. Grayscale: #B3B3B3. Windows color (decimal): -3034263 or 6927313. OLE color: 6927313.
HSL color Cylindrical-coordinate representation of color #D1B369: hue angle of 42.69º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D1B369 is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 179 | 105 | - |
| CMYK | 0 | 0.14 | 0.50 | 0.18 |
| HSL | 42.69º | 0.53% | 0.62% | - |
| HSV(B) | 42.69º | 0.5% | 0.82% | - |
| XYZ | 44.96 | 46.82 | 20.03 | - |
| YUV | 179.53 | 85.94 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 179 | 105 | 0 | 0.14 | 0.50 | 0.18 | 42.69 | 0.53 | 0.62 |
| Hex | D1 | B3 | 69 | 0 | E | 32 | 12 | 2B | 35 | 3E |
| Octal | 321 | 263 | 151 | 0 | 16 | 62 | 22 | 53 | 65 | 76 |
| Binary | 11010001 | 10110011 | 1101001 | 0 | 1110 | 110010 | 10010 | 101011 | 110101 | 111110 |
Color Harmonies of #D1B369
Complementary color
Monochromatic Colors of #D1B369
Black with #D1B369
Text Example
Text Example
White with #D1B369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B369; }
p { color: rgb(209,179,105); }
H1.HeaderClassName
{
color: #D1B369;
}
.AnyTagClassName
{
color: #D1B369;
}
</style>
background-color css
<style>
a { background-color: #D1B369; }
a { background-color: rgb(209,179,105); }
div.DivClassName
{
background-color: #D1B369;
}
.BgClassName
{
background-color: #D1B369;
}
</style>
border-color css
<style>
span { border-color: #D1B369; }
span { border-color: rgb(209,179,105); }
td.TdClassName
{
border-color: #D1B369;
}
.TagClassName
{
border-color: #D1B369;
}
</style>