Shades of Putty #D2B268
Tints of Putty #D2B268
RGB
CMYK
RGB Variations
Color information
#D2B268 (or 0xD2B268) is known color: Putty. HEX triplet: D2, B2 and 68. RGB value is (210,178,104). Sum of RGB (Red+Green+Blue) = 210+178+104=492 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.68% from 492); Green value is 178 (69.92% from 255 or 36.18% from 492); Blue value is 104 (41.02% from 255 or 21.14% from 492); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2B268 is #2D4D97. Grayscale: #B3B3B3. Windows color (decimal): -2968984 or 6861522. OLE color: 6861522.
HSL color Cylindrical-coordinate representation of color #D2B268: hue angle of 41.89º 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 #D2B268 is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 178 | 104 | - |
| CMYK | 0 | 0.15 | 0.50 | 0.18 |
| HSL | 41.89º | 0.54% | 0.62% | - |
| HSV(B) | 41.89º | 0.5% | 0.82% | - |
| XYZ | 45 | 46.54 | 19.71 | - |
| YUV | 179.13 | 85.6 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 178 | 104 | 0 | 0.15 | 0.50 | 0.18 | 41.89 | 0.54 | 0.62 |
| Hex | D2 | B2 | 68 | 0 | F | 32 | 12 | 2A | 36 | 3E |
| Octal | 322 | 262 | 150 | 0 | 17 | 62 | 22 | 52 | 66 | 76 |
| Binary | 11010010 | 10110010 | 1101000 | 0 | 1111 | 110010 | 10010 | 101010 | 110110 | 111110 |
Color Harmonies of #D2B268
Complementary color
Monochromatic Colors of #D2B268
Black with #D2B268
Text Example
Text Example
White with #D2B268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B268; }
p { color: rgb(210,178,104); }
H1.HeaderClassName
{
color: #D2B268;
}
.AnyTagClassName
{
color: #D2B268;
}
</style>
background-color css
<style>
a { background-color: #D2B268; }
a { background-color: rgb(210,178,104); }
div.DivClassName
{
background-color: #D2B268;
}
.BgClassName
{
background-color: #D2B268;
}
</style>
border-color css
<style>
span { border-color: #D2B268; }
span { border-color: rgb(210,178,104); }
td.TdClassName
{
border-color: #D2B268;
}
.TagClassName
{
border-color: #D2B268;
}
</style>