Shades of Putty #CDA877
Tints of Putty #CDA877
RGB
CMYK
RGB Variations
Color information
#CDA877 (or 0xCDA877) is known color: Putty. HEX triplet: CD, A8 and 77. RGB value is (205,168,119). Sum of RGB (Red+Green+Blue) = 205+168+119=492 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.67% from 492); Green value is 168 (66.02% from 255 or 34.15% from 492); Blue value is 119 (46.88% from 255 or 24.19% from 492); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA877 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA877 is #325788. Grayscale: #ADADAD. Windows color (decimal): -3299209 or 7841997. OLE color: 7841997.
HSL color Cylindrical-coordinate representation of color #CDA877: hue angle of 34.19º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CDA877 is Cyan = 0, Magento = 0.18, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 168 | 119 | - |
| CMYK | 0 | 0.18 | 0.42 | 0.20 |
| HSL | 34.19º | 0.46% | 0.64% | - |
| HSV(B) | 34.19º | 0.42% | 0.8% | - |
| XYZ | 42.51 | 42.32 | 23.38 | - |
| YUV | 173.48 | 97.26 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 168 | 119 | 0 | 0.18 | 0.42 | 0.20 | 34.19 | 0.46 | 0.64 |
| Hex | CD | A8 | 77 | 0 | 12 | 2A | 14 | 22 | 2E | 40 |
| Octal | 315 | 250 | 167 | 0 | 22 | 52 | 24 | 42 | 56 | 100 |
| Binary | 11001101 | 10101000 | 1110111 | 0 | 10010 | 101010 | 10100 | 100010 | 101110 | 1000000 |
Color Harmonies of #CDA877
Complementary color
Monochromatic Colors of #CDA877
Black with #CDA877
Text Example
Text Example
White with #CDA877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA877; }
p { color: rgb(205,168,119); }
H1.HeaderClassName
{
color: #CDA877;
}
.AnyTagClassName
{
color: #CDA877;
}
</style>
background-color css
<style>
a { background-color: #CDA877; }
a { background-color: rgb(205,168,119); }
div.DivClassName
{
background-color: #CDA877;
}
.BgClassName
{
background-color: #CDA877;
}
</style>
border-color css
<style>
span { border-color: #CDA877; }
span { border-color: rgb(205,168,119); }
td.TdClassName
{
border-color: #CDA877;
}
.TagClassName
{
border-color: #CDA877;
}
</style>