Shades of Putty #CDA974
Tints of Putty #CDA974
RGB
CMYK
RGB Variations
Color information
#CDA974 (or 0xCDA974) is known color: Putty. HEX triplet: CD, A9 and 74. RGB value is (205,169,116). Sum of RGB (Red+Green+Blue) = 205+169+116=490 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.84% from 490); Green value is 169 (66.41% from 255 or 34.49% from 490); Blue value is 116 (45.70% from 255 or 23.67% from 490); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA974 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA974 is #32568B. Grayscale: #ADADAD. Windows color (decimal): -3298956 or 7645645. OLE color: 7645645.
HSL color Cylindrical-coordinate representation of color #CDA974: hue angle of 35.73º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CDA974 is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 169 | 116 | - |
| CMYK | 0 | 0.18 | 0.43 | 0.20 |
| HSL | 35.73º | 0.47% | 0.63% | - |
| HSV(B) | 35.73º | 0.43% | 0.8% | - |
| XYZ | 42.52 | 42.62 | 22.51 | - |
| YUV | 173.72 | 95.43 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 169 | 116 | 0 | 0.18 | 0.43 | 0.20 | 35.73 | 0.47 | 0.63 |
| Hex | CD | A9 | 74 | 0 | 12 | 2B | 14 | 24 | 2F | 3F |
| Octal | 315 | 251 | 164 | 0 | 22 | 53 | 24 | 44 | 57 | 77 |
| Binary | 11001101 | 10101001 | 1110100 | 0 | 10010 | 101011 | 10100 | 100100 | 101111 | 111111 |
Color Harmonies of #CDA974
Complementary color
Monochromatic Colors of #CDA974
Black with #CDA974
Text Example
Text Example
White with #CDA974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA974; }
p { color: rgb(205,169,116); }
H1.HeaderClassName
{
color: #CDA974;
}
.AnyTagClassName
{
color: #CDA974;
}
</style>
background-color css
<style>
a { background-color: #CDA974; }
a { background-color: rgb(205,169,116); }
div.DivClassName
{
background-color: #CDA974;
}
.BgClassName
{
background-color: #CDA974;
}
</style>
border-color css
<style>
span { border-color: #CDA974; }
span { border-color: rgb(205,169,116); }
td.TdClassName
{
border-color: #CDA974;
}
.TagClassName
{
border-color: #CDA974;
}
</style>