Shades of Putty #D2B168
Tints of Putty #D2B168
RGB
CMYK
RGB Variations
Color information
#D2B168 (or 0xD2B168) is known color: Putty. HEX triplet: D2, B1 and 68. RGB value is (210,177,104). Sum of RGB (Red+Green+Blue) = 210+177+104=491 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.77% from 491); Green value is 177 (69.53% from 255 or 36.05% from 491); Blue value is 104 (41.02% from 255 or 21.18% from 491); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B168 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2B168 is #2D4E97. Grayscale: #B2B2B2. Windows color (decimal): -2969240 or 6861266. OLE color: 6861266.
HSL color Cylindrical-coordinate representation of color #D2B168: hue angle of 41.32º 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 #D2B168 is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 177 | 104 | - |
| CMYK | 0 | 0.16 | 0.50 | 0.18 |
| HSL | 41.32º | 0.54% | 0.62% | - |
| HSV(B) | 41.32º | 0.5% | 0.82% | - |
| XYZ | 44.8 | 46.15 | 19.64 | - |
| YUV | 178.55 | 85.93 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 177 | 104 | 0 | 0.16 | 0.50 | 0.18 | 41.32 | 0.54 | 0.62 |
| Hex | D2 | B1 | 68 | 0 | 10 | 32 | 12 | 29 | 36 | 3E |
| Octal | 322 | 261 | 150 | 0 | 20 | 62 | 22 | 51 | 66 | 76 |
| Binary | 11010010 | 10110001 | 1101000 | 0 | 10000 | 110010 | 10010 | 101001 | 110110 | 111110 |
Color Harmonies of #D2B168
Complementary color
Monochromatic Colors of #D2B168
Black with #D2B168
Text Example
Text Example
White with #D2B168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B168; }
p { color: rgb(210,177,104); }
H1.HeaderClassName
{
color: #D2B168;
}
.AnyTagClassName
{
color: #D2B168;
}
</style>
background-color css
<style>
a { background-color: #D2B168; }
a { background-color: rgb(210,177,104); }
div.DivClassName
{
background-color: #D2B168;
}
.BgClassName
{
background-color: #D2B168;
}
</style>
border-color css
<style>
span { border-color: #D2B168; }
span { border-color: rgb(210,177,104); }
td.TdClassName
{
border-color: #D2B168;
}
.TagClassName
{
border-color: #D2B168;
}
</style>