Shades of Putty #D2AF6D
Tints of Putty #D2AF6D
RGB
CMYK
RGB Variations
Color information
#D2AF6D (or 0xD2AF6D) is known color: Putty. HEX triplet: D2, AF and 6D. RGB value is (210,175,109). Sum of RGB (Red+Green+Blue) = 210+175+109=494 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.51% from 494); Green value is 175 (68.75% from 255 or 35.43% from 494); Blue value is 109 (42.97% from 255 or 22.06% from 494); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AF6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2AF6D is #2D5092. Grayscale: #B2B2B2. Windows color (decimal): -2969747 or 7188434. OLE color: 7188434.
HSL color Cylindrical-coordinate representation of color #D2AF6D: hue angle of 39.21º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D2AF6D is Cyan = 0, Magento = 0.17, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 175 | 109 | - |
| CMYK | 0 | 0.17 | 0.48 | 0.18 |
| HSL | 39.21º | 0.53% | 0.63% | - |
| HSV(B) | 39.21º | 0.48% | 0.82% | - |
| XYZ | 44.67 | 45.47 | 20.89 | - |
| YUV | 177.94 | 89.1 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 175 | 109 | 0 | 0.17 | 0.48 | 0.18 | 39.21 | 0.53 | 0.63 |
| Hex | D2 | AF | 6D | 0 | 11 | 30 | 12 | 27 | 35 | 3F |
| Octal | 322 | 257 | 155 | 0 | 21 | 60 | 22 | 47 | 65 | 77 |
| Binary | 11010010 | 10101111 | 1101101 | 0 | 10001 | 110000 | 10010 | 100111 | 110101 | 111111 |
Color Harmonies of #D2AF6D
Complementary color
Monochromatic Colors of #D2AF6D
Black with #D2AF6D
Text Example
Text Example
White with #D2AF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AF6D; }
p { color: rgb(210,175,109); }
H1.HeaderClassName
{
color: #D2AF6D;
}
.AnyTagClassName
{
color: #D2AF6D;
}
</style>
background-color css
<style>
a { background-color: #D2AF6D; }
a { background-color: rgb(210,175,109); }
div.DivClassName
{
background-color: #D2AF6D;
}
.BgClassName
{
background-color: #D2AF6D;
}
</style>
border-color css
<style>
span { border-color: #D2AF6D; }
span { border-color: rgb(210,175,109); }
td.TdClassName
{
border-color: #D2AF6D;
}
.TagClassName
{
border-color: #D2AF6D;
}
</style>