Shades of Putty #CDA972
Tints of Putty #CDA972
RGB
CMYK
RGB Variations
Color information
#CDA972 (or 0xCDA972) is known color: Putty. HEX triplet: CD, A9 and 72. RGB value is (205,169,114). Sum of RGB (Red+Green+Blue) = 205+169+114=488 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.01% from 488); Green value is 169 (66.41% from 255 or 34.63% from 488); Blue value is 114 (44.92% from 255 or 23.36% from 488); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA972 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA972 is #32568D. Grayscale: #ADADAD. Windows color (decimal): -3298958 or 7514573. OLE color: 7514573.
HSL color Cylindrical-coordinate representation of color #CDA972: hue angle of 36.26º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CDA972 is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 169 | 114 | - |
| CMYK | 0 | 0.18 | 0.44 | 0.20 |
| HSL | 36.26º | 0.48% | 0.63% | - |
| HSV(B) | 36.26º | 0.44% | 0.8% | - |
| XYZ | 42.4 | 42.57 | 21.9 | - |
| YUV | 173.49 | 94.43 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 169 | 114 | 0 | 0.18 | 0.44 | 0.20 | 36.26 | 0.48 | 0.63 |
| Hex | CD | A9 | 72 | 0 | 12 | 2C | 14 | 24 | 30 | 3F |
| Octal | 315 | 251 | 162 | 0 | 22 | 54 | 24 | 44 | 60 | 77 |
| Binary | 11001101 | 10101001 | 1110010 | 0 | 10010 | 101100 | 10100 | 100100 | 110000 | 111111 |
Color Harmonies of #CDA972
Complementary color
Monochromatic Colors of #CDA972
Black with #CDA972
Text Example
Text Example
White with #CDA972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA972; }
p { color: rgb(205,169,114); }
H1.HeaderClassName
{
color: #CDA972;
}
.AnyTagClassName
{
color: #CDA972;
}
</style>
background-color css
<style>
a { background-color: #CDA972; }
a { background-color: rgb(205,169,114); }
div.DivClassName
{
background-color: #CDA972;
}
.BgClassName
{
background-color: #CDA972;
}
</style>
border-color css
<style>
span { border-color: #CDA972; }
span { border-color: rgb(205,169,114); }
td.TdClassName
{
border-color: #CDA972;
}
.TagClassName
{
border-color: #CDA972;
}
</style>