Shades of Putty #CDA971
Tints of Putty #CDA971
RGB
CMYK
RGB Variations
Color information
#CDA971 (or 0xCDA971) is known color: Putty. HEX triplet: CD, A9 and 71. RGB value is (205,169,113). Sum of RGB (Red+Green+Blue) = 205+169+113=487 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.09% from 487); Green value is 169 (66.41% from 255 or 34.70% from 487); Blue value is 113 (44.53% from 255 or 23.20% from 487); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA971 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA971 is #32568E. Grayscale: #ADADAD. Windows color (decimal): -3298959 or 7449037. OLE color: 7449037.
HSL color Cylindrical-coordinate representation of color #CDA971: hue angle of 36.52º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CDA971 is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 169 | 113 | - |
| CMYK | 0 | 0.18 | 0.45 | 0.20 |
| HSL | 36.52º | 0.48% | 0.62% | - |
| HSV(B) | 36.52º | 0.45% | 0.8% | - |
| XYZ | 42.35 | 42.55 | 21.6 | - |
| YUV | 173.38 | 93.93 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 169 | 113 | 0 | 0.18 | 0.45 | 0.20 | 36.52 | 0.48 | 0.62 |
| Hex | CD | A9 | 71 | 0 | 12 | 2D | 14 | 25 | 30 | 3E |
| Octal | 315 | 251 | 161 | 0 | 22 | 55 | 24 | 45 | 60 | 76 |
| Binary | 11001101 | 10101001 | 1110001 | 0 | 10010 | 101101 | 10100 | 100101 | 110000 | 111110 |
Color Harmonies of #CDA971
Complementary color
Monochromatic Colors of #CDA971
Black with #CDA971
Text Example
Text Example
White with #CDA971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA971; }
p { color: rgb(205,169,113); }
H1.HeaderClassName
{
color: #CDA971;
}
.AnyTagClassName
{
color: #CDA971;
}
</style>
background-color css
<style>
a { background-color: #CDA971; }
a { background-color: rgb(205,169,113); }
div.DivClassName
{
background-color: #CDA971;
}
.BgClassName
{
background-color: #CDA971;
}
</style>
border-color css
<style>
span { border-color: #CDA971; }
span { border-color: rgb(205,169,113); }
td.TdClassName
{
border-color: #CDA971;
}
.TagClassName
{
border-color: #CDA971;
}
</style>