Shades of Putty #D2B369
Tints of Putty #D2B369
RGB
CMYK
RGB Variations
Color information
#D2B369 (or 0xD2B369) is known color: Putty. HEX triplet: D2, B3 and 69. RGB value is (210,179,105). Sum of RGB (Red+Green+Blue) = 210+179+105=494 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.51% from 494); Green value is 179 (70.31% from 255 or 36.23% from 494); Blue value is 105 (41.41% from 255 or 21.26% from 494); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B369 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2B369 is #2D4C96. Grayscale: #B4B4B4. Windows color (decimal): -2968727 or 6927314. OLE color: 6927314.
HSL color Cylindrical-coordinate representation of color #D2B369: hue angle of 42.29º degrees, saturation: 0.54, 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 #D2B369 is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 179 | 105 | - |
| CMYK | 0 | 0.15 | 0.50 | 0.18 |
| HSL | 42.29º | 0.54% | 0.62% | - |
| HSV(B) | 42.29º | 0.5% | 0.82% | - |
| XYZ | 45.25 | 46.96 | 20.04 | - |
| YUV | 179.83 | 85.77 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 179 | 105 | 0 | 0.15 | 0.50 | 0.18 | 42.29 | 0.54 | 0.62 |
| Hex | D2 | B3 | 69 | 0 | F | 32 | 12 | 2A | 36 | 3E |
| Octal | 322 | 263 | 151 | 0 | 17 | 62 | 22 | 52 | 66 | 76 |
| Binary | 11010010 | 10110011 | 1101001 | 0 | 1111 | 110010 | 10010 | 101010 | 110110 | 111110 |
Color Harmonies of #D2B369
Complementary color
Monochromatic Colors of #D2B369
Black with #D2B369
Text Example
Text Example
White with #D2B369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B369; }
p { color: rgb(210,179,105); }
H1.HeaderClassName
{
color: #D2B369;
}
.AnyTagClassName
{
color: #D2B369;
}
</style>
background-color css
<style>
a { background-color: #D2B369; }
a { background-color: rgb(210,179,105); }
div.DivClassName
{
background-color: #D2B369;
}
.BgClassName
{
background-color: #D2B369;
}
</style>
border-color css
<style>
span { border-color: #D2B369; }
span { border-color: rgb(210,179,105); }
td.TdClassName
{
border-color: #D2B369;
}
.TagClassName
{
border-color: #D2B369;
}
</style>