Shades of Putty #D0AB67
Tints of Putty #D0AB67
RGB
CMYK
RGB Variations
Color information
#D0AB67 (or 0xD0AB67) is known color: Putty. HEX triplet: D0, AB and 67. RGB value is (208,171,103). Sum of RGB (Red+Green+Blue) = 208+171+103=482 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.15% from 482); Green value is 171 (67.19% from 255 or 35.48% from 482); Blue value is 103 (40.62% from 255 or 21.37% from 482); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AB67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AB67 is #2F5498. Grayscale: #AEAEAE. Windows color (decimal): -3101849 or 6794192. OLE color: 6794192.
HSL color Cylindrical-coordinate representation of color #D0AB67: hue angle of 38.86º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D0AB67 is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 171 | 103 | - |
| CMYK | 0 | 0.18 | 0.50 | 0.18 |
| HSL | 38.86º | 0.53% | 0.61% | - |
| HSV(B) | 38.86º | 0.5% | 0.82% | - |
| XYZ | 43.02 | 43.51 | 18.96 | - |
| YUV | 174.31 | 87.76 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 171 | 103 | 0 | 0.18 | 0.50 | 0.18 | 38.86 | 0.53 | 0.61 |
| Hex | D0 | AB | 67 | 0 | 12 | 32 | 12 | 27 | 35 | 3D |
| Octal | 320 | 253 | 147 | 0 | 22 | 62 | 22 | 47 | 65 | 75 |
| Binary | 11010000 | 10101011 | 1100111 | 0 | 10010 | 110010 | 10010 | 100111 | 110101 | 111101 |
Color Harmonies of #D0AB67
Complementary color
Monochromatic Colors of #D0AB67
Black with #D0AB67
Text Example
Text Example
White with #D0AB67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AB67; }
p { color: rgb(208,171,103); }
H1.HeaderClassName
{
color: #D0AB67;
}
.AnyTagClassName
{
color: #D0AB67;
}
</style>
background-color css
<style>
a { background-color: #D0AB67; }
a { background-color: rgb(208,171,103); }
div.DivClassName
{
background-color: #D0AB67;
}
.BgClassName
{
background-color: #D0AB67;
}
</style>
border-color css
<style>
span { border-color: #D0AB67; }
span { border-color: rgb(208,171,103); }
td.TdClassName
{
border-color: #D0AB67;
}
.TagClassName
{
border-color: #D0AB67;
}
</style>