Shades of Putty #D2B06F
Tints of Putty #D2B06F
RGB
CMYK
RGB Variations
Color information
#D2B06F (or 0xD2B06F) is known color: Putty. HEX triplet: D2, B0 and 6F. RGB value is (210,176,111). Sum of RGB (Red+Green+Blue) = 210+176+111=497 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.25% from 497); Green value is 176 (69.14% from 255 or 35.41% from 497); Blue value is 111 (43.75% from 255 or 22.33% from 497); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B06F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2B06F is #2D4F90. Grayscale: #B3B3B3. Windows color (decimal): -2969489 or 7319762. OLE color: 7319762.
HSL color Cylindrical-coordinate representation of color #D2B06F: hue angle of 39.39º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D2B06F is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 176 | 111 | - |
| CMYK | 0 | 0.16 | 0.47 | 0.18 |
| HSL | 39.39º | 0.52% | 0.63% | - |
| HSV(B) | 39.39º | 0.47% | 0.82% | - |
| XYZ | 44.97 | 45.9 | 21.53 | - |
| YUV | 178.76 | 89.76 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 176 | 111 | 0 | 0.16 | 0.47 | 0.18 | 39.39 | 0.52 | 0.63 |
| Hex | D2 | B0 | 6F | 0 | 10 | 2F | 12 | 27 | 34 | 3F |
| Octal | 322 | 260 | 157 | 0 | 20 | 57 | 22 | 47 | 64 | 77 |
| Binary | 11010010 | 10110000 | 1101111 | 0 | 10000 | 101111 | 10010 | 100111 | 110100 | 111111 |
Color Harmonies of #D2B06F
Complementary color
Monochromatic Colors of #D2B06F
Black with #D2B06F
Text Example
Text Example
White with #D2B06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B06F; }
p { color: rgb(210,176,111); }
H1.HeaderClassName
{
color: #D2B06F;
}
.AnyTagClassName
{
color: #D2B06F;
}
</style>
background-color css
<style>
a { background-color: #D2B06F; }
a { background-color: rgb(210,176,111); }
div.DivClassName
{
background-color: #D2B06F;
}
.BgClassName
{
background-color: #D2B06F;
}
</style>
border-color css
<style>
span { border-color: #D2B06F; }
span { border-color: rgb(210,176,111); }
td.TdClassName
{
border-color: #D2B06F;
}
.TagClassName
{
border-color: #D2B06F;
}
</style>