Shades of Putty #CDA979
Tints of Putty #CDA979
RGB
CMYK
RGB Variations
Color information
#CDA979 (or 0xCDA979) is known color: Putty. HEX triplet: CD, A9 and 79. RGB value is (205,169,121). Sum of RGB (Red+Green+Blue) = 205+169+121=495 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.41% from 495); Green value is 169 (66.41% from 255 or 34.14% from 495); Blue value is 121 (47.66% from 255 or 24.44% from 495); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA979 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA979 is #325686. Grayscale: #AEAEAE. Windows color (decimal): -3298951 or 7973325. OLE color: 7973325.
HSL color Cylindrical-coordinate representation of color #CDA979: hue angle of 34.29º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CDA979 is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 169 | 121 | - |
| CMYK | 0 | 0.18 | 0.41 | 0.20 |
| HSL | 34.29º | 0.46% | 0.64% | - |
| HSV(B) | 34.29º | 0.41% | 0.8% | - |
| XYZ | 42.82 | 42.74 | 24.08 | - |
| YUV | 174.29 | 97.93 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 169 | 121 | 0 | 0.18 | 0.41 | 0.20 | 34.29 | 0.46 | 0.64 |
| Hex | CD | A9 | 79 | 0 | 12 | 29 | 14 | 22 | 2E | 40 |
| Octal | 315 | 251 | 171 | 0 | 22 | 51 | 24 | 42 | 56 | 100 |
| Binary | 11001101 | 10101001 | 1111001 | 0 | 10010 | 101001 | 10100 | 100010 | 101110 | 1000000 |
Color Harmonies of #CDA979
Complementary color
Monochromatic Colors of #CDA979
Black with #CDA979
Text Example
Text Example
White with #CDA979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA979; }
p { color: rgb(205,169,121); }
H1.HeaderClassName
{
color: #CDA979;
}
.AnyTagClassName
{
color: #CDA979;
}
</style>
background-color css
<style>
a { background-color: #CDA979; }
a { background-color: rgb(205,169,121); }
div.DivClassName
{
background-color: #CDA979;
}
.BgClassName
{
background-color: #CDA979;
}
</style>
border-color css
<style>
span { border-color: #CDA979; }
span { border-color: rgb(205,169,121); }
td.TdClassName
{
border-color: #CDA979;
}
.TagClassName
{
border-color: #CDA979;
}
</style>