Shades of Putty #CDAA74
Tints of Putty #CDAA74
RGB
CMYK
RGB Variations
Color information
#CDAA74 (or 0xCDAA74) is known color: Putty. HEX triplet: CD, AA and 74. RGB value is (205,170,116). Sum of RGB (Red+Green+Blue) = 205+170+116=491 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.75% from 491); Green value is 170 (66.80% from 255 or 34.62% from 491); Blue value is 116 (45.70% from 255 or 23.63% from 491); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAA74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAA74 is #32558B. Grayscale: #AEAEAE. Windows color (decimal): -3298700 or 7645901. OLE color: 7645901.
HSL color Cylindrical-coordinate representation of color #CDAA74: hue angle of 36.4º 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 #CDAA74 is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 170 | 116 | - |
| CMYK | 0 | 0.17 | 0.43 | 0.20 |
| HSL | 36.4º | 0.47% | 0.63% | - |
| HSV(B) | 36.4º | 0.43% | 0.8% | - |
| XYZ | 42.7 | 42.99 | 22.57 | - |
| YUV | 174.31 | 95.1 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 170 | 116 | 0 | 0.17 | 0.43 | 0.20 | 36.4 | 0.47 | 0.63 |
| Hex | CD | AA | 74 | 0 | 11 | 2B | 14 | 24 | 2F | 3F |
| Octal | 315 | 252 | 164 | 0 | 21 | 53 | 24 | 44 | 57 | 77 |
| Binary | 11001101 | 10101010 | 1110100 | 0 | 10001 | 101011 | 10100 | 100100 | 101111 | 111111 |
Color Harmonies of #CDAA74
Complementary color
Monochromatic Colors of #CDAA74
Black with #CDAA74
Text Example
Text Example
White with #CDAA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAA74; }
p { color: rgb(205,170,116); }
H1.HeaderClassName
{
color: #CDAA74;
}
.AnyTagClassName
{
color: #CDAA74;
}
</style>
background-color css
<style>
a { background-color: #CDAA74; }
a { background-color: rgb(205,170,116); }
div.DivClassName
{
background-color: #CDAA74;
}
.BgClassName
{
background-color: #CDAA74;
}
</style>
border-color css
<style>
span { border-color: #CDAA74; }
span { border-color: rgb(205,170,116); }
td.TdClassName
{
border-color: #CDAA74;
}
.TagClassName
{
border-color: #CDAA74;
}
</style>