Shades of Putty #D2B067
Tints of Putty #D2B067
RGB
CMYK
RGB Variations
Color information
#D2B067 (or 0xD2B067) is known color: Putty. HEX triplet: D2, B0 and 67. RGB value is (210,176,103). Sum of RGB (Red+Green+Blue) = 210+176+103=489 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.94% from 489); Green value is 176 (69.14% from 255 or 35.99% from 489); Blue value is 103 (40.62% from 255 or 21.06% from 489); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B067 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2B067 is #2D4F98. Grayscale: #B2B2B2. Windows color (decimal): -2969497 or 6795474. OLE color: 6795474.
HSL color Cylindrical-coordinate representation of color #D2B067: hue angle of 40.93º degrees, saturation: 0.54, 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 #D2B067 is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 176 | 103 | - |
| CMYK | 0 | 0.16 | 0.51 | 0.18 |
| HSL | 40.93º | 0.54% | 0.61% | - |
| HSV(B) | 40.93º | 0.51% | 0.82% | - |
| XYZ | 44.55 | 45.73 | 19.31 | - |
| YUV | 177.84 | 85.76 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 176 | 103 | 0 | 0.16 | 0.51 | 0.18 | 40.93 | 0.54 | 0.61 |
| Hex | D2 | B0 | 67 | 0 | 10 | 33 | 12 | 29 | 36 | 3D |
| Octal | 322 | 260 | 147 | 0 | 20 | 63 | 22 | 51 | 66 | 75 |
| Binary | 11010010 | 10110000 | 1100111 | 0 | 10000 | 110011 | 10010 | 101001 | 110110 | 111101 |
Color Harmonies of #D2B067
Complementary color
Monochromatic Colors of #D2B067
Black with #D2B067
Text Example
Text Example
White with #D2B067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B067; }
p { color: rgb(210,176,103); }
H1.HeaderClassName
{
color: #D2B067;
}
.AnyTagClassName
{
color: #D2B067;
}
</style>
background-color css
<style>
a { background-color: #D2B067; }
a { background-color: rgb(210,176,103); }
div.DivClassName
{
background-color: #D2B067;
}
.BgClassName
{
background-color: #D2B067;
}
</style>
border-color css
<style>
span { border-color: #D2B067; }
span { border-color: rgb(210,176,103); }
td.TdClassName
{
border-color: #D2B067;
}
.TagClassName
{
border-color: #D2B067;
}
</style>