Shades of Putty #D0B166
Tints of Putty #D0B166
RGB
CMYK
RGB Variations
Color information
#D0B166 (or 0xD0B166) is known color: Putty. HEX triplet: D0, B1 and 66. RGB value is (208,177,102). Sum of RGB (Red+Green+Blue) = 208+177+102=487 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.71% from 487); Green value is 177 (69.53% from 255 or 36.34% from 487); Blue value is 102 (40.23% from 255 or 20.94% from 487); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0B166 is #2F4E99. Grayscale: #B2B2B2. Windows color (decimal): -3100314 or 6730192. OLE color: 6730192.
HSL color Cylindrical-coordinate representation of color #D0B166: hue angle of 42.45º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D0B166 is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 177 | 102 | - |
| CMYK | 0 | 0.15 | 0.51 | 0.18 |
| HSL | 42.45º | 0.53% | 0.61% | - |
| HSV(B) | 42.45º | 0.51% | 0.82% | - |
| XYZ | 44.13 | 45.81 | 19.09 | - |
| YUV | 177.72 | 85.27 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 177 | 102 | 0 | 0.15 | 0.51 | 0.18 | 42.45 | 0.53 | 0.61 |
| Hex | D0 | B1 | 66 | 0 | F | 33 | 12 | 2A | 35 | 3D |
| Octal | 320 | 261 | 146 | 0 | 17 | 63 | 22 | 52 | 65 | 75 |
| Binary | 11010000 | 10110001 | 1100110 | 0 | 1111 | 110011 | 10010 | 101010 | 110101 | 111101 |
Color Harmonies of #D0B166
Complementary color
Monochromatic Colors of #D0B166
Black with #D0B166
Text Example
Text Example
White with #D0B166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B166; }
p { color: rgb(208,177,102); }
H1.HeaderClassName
{
color: #D0B166;
}
.AnyTagClassName
{
color: #D0B166;
}
</style>
background-color css
<style>
a { background-color: #D0B166; }
a { background-color: rgb(208,177,102); }
div.DivClassName
{
background-color: #D0B166;
}
.BgClassName
{
background-color: #D0B166;
}
</style>
border-color css
<style>
span { border-color: #D0B166; }
span { border-color: rgb(208,177,102); }
td.TdClassName
{
border-color: #D0B166;
}
.TagClassName
{
border-color: #D0B166;
}
</style>