Shades of Putty #D0AF6C
Tints of Putty #D0AF6C
RGB
CMYK
RGB Variations
Color information
#D0AF6C (or 0xD0AF6C) is known color: Putty. HEX triplet: D0, AF and 6C. RGB value is (208,175,108). Sum of RGB (Red+Green+Blue) = 208+175+108=491 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.36% from 491); Green value is 175 (68.75% from 255 or 35.64% from 491); Blue value is 108 (42.58% from 255 or 22.00% from 491); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AF6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AF6C is #2F5093. Grayscale: #B1B1B1. Windows color (decimal): -3100820 or 7122896. OLE color: 7122896.
HSL color Cylindrical-coordinate representation of color #D0AF6C: hue angle of 40.2º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D0AF6C is Cyan = 0, Magento = 0.16, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 175 | 108 | - |
| CMYK | 0 | 0.16 | 0.48 | 0.18 |
| HSL | 40.2º | 0.52% | 0.62% | - |
| HSV(B) | 40.2º | 0.48% | 0.82% | - |
| XYZ | 44.05 | 45.15 | 20.58 | - |
| YUV | 177.23 | 88.93 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 175 | 108 | 0 | 0.16 | 0.48 | 0.18 | 40.2 | 0.52 | 0.62 |
| Hex | D0 | AF | 6C | 0 | 10 | 30 | 12 | 28 | 34 | 3E |
| Octal | 320 | 257 | 154 | 0 | 20 | 60 | 22 | 50 | 64 | 76 |
| Binary | 11010000 | 10101111 | 1101100 | 0 | 10000 | 110000 | 10010 | 101000 | 110100 | 111110 |
Color Harmonies of #D0AF6C
Complementary color
Monochromatic Colors of #D0AF6C
Black with #D0AF6C
Text Example
Text Example
White with #D0AF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AF6C; }
p { color: rgb(208,175,108); }
H1.HeaderClassName
{
color: #D0AF6C;
}
.AnyTagClassName
{
color: #D0AF6C;
}
</style>
background-color css
<style>
a { background-color: #D0AF6C; }
a { background-color: rgb(208,175,108); }
div.DivClassName
{
background-color: #D0AF6C;
}
.BgClassName
{
background-color: #D0AF6C;
}
</style>
border-color css
<style>
span { border-color: #D0AF6C; }
span { border-color: rgb(208,175,108); }
td.TdClassName
{
border-color: #D0AF6C;
}
.TagClassName
{
border-color: #D0AF6C;
}
</style>