Shades of Putty #D0A96B
Tints of Putty #D0A96B
RGB
CMYK
RGB Variations
Color information
#D0A96B (or 0xD0A96B) is known color: Putty. HEX triplet: D0, A9 and 6B. RGB value is (208,169,107). Sum of RGB (Red+Green+Blue) = 208+169+107=484 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.98% from 484); Green value is 169 (66.41% from 255 or 34.92% from 484); Blue value is 107 (42.19% from 255 or 22.11% from 484); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A96B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A96B is #2F5694. Grayscale: #ADADAD. Windows color (decimal): -3102357 or 7055824. OLE color: 7055824.
HSL color Cylindrical-coordinate representation of color #D0A96B: hue angle of 36.83º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D0A96B is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 169 | 107 | - |
| CMYK | 0 | 0.19 | 0.49 | 0.18 |
| HSL | 36.83º | 0.52% | 0.62% | - |
| HSV(B) | 36.83º | 0.49% | 0.82% | - |
| XYZ | 42.85 | 42.85 | 19.92 | - |
| YUV | 173.59 | 90.42 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 169 | 107 | 0 | 0.19 | 0.49 | 0.18 | 36.83 | 0.52 | 0.62 |
| Hex | D0 | A9 | 6B | 0 | 13 | 31 | 12 | 25 | 34 | 3E |
| Octal | 320 | 251 | 153 | 0 | 23 | 61 | 22 | 45 | 64 | 76 |
| Binary | 11010000 | 10101001 | 1101011 | 0 | 10011 | 110001 | 10010 | 100101 | 110100 | 111110 |
Color Harmonies of #D0A96B
Complementary color
Monochromatic Colors of #D0A96B
Black with #D0A96B
Text Example
Text Example
White with #D0A96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A96B; }
p { color: rgb(208,169,107); }
H1.HeaderClassName
{
color: #D0A96B;
}
.AnyTagClassName
{
color: #D0A96B;
}
</style>
background-color css
<style>
a { background-color: #D0A96B; }
a { background-color: rgb(208,169,107); }
div.DivClassName
{
background-color: #D0A96B;
}
.BgClassName
{
background-color: #D0A96B;
}
</style>
border-color css
<style>
span { border-color: #D0A96B; }
span { border-color: rgb(208,169,107); }
td.TdClassName
{
border-color: #D0A96B;
}
.TagClassName
{
border-color: #D0A96B;
}
</style>