Shades of Putty #CDA96F
Tints of Putty #CDA96F
RGB
CMYK
RGB Variations
Color information
#CDA96F (or 0xCDA96F) is known color: Putty. HEX triplet: CD, A9 and 6F. RGB value is (205,169,111). Sum of RGB (Red+Green+Blue) = 205+169+111=485 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.27% from 485); Green value is 169 (66.41% from 255 or 34.85% from 485); Blue value is 111 (43.75% from 255 or 22.89% from 485); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA96F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA96F is #325690. Grayscale: #ADADAD. Windows color (decimal): -3298961 or 7317965. OLE color: 7317965.
HSL color Cylindrical-coordinate representation of color #CDA96F: hue angle of 37.02º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CDA96F is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 169 | 111 | - |
| CMYK | 0 | 0.18 | 0.46 | 0.20 |
| HSL | 37.02º | 0.48% | 0.62% | - |
| HSV(B) | 37.02º | 0.46% | 0.8% | - |
| XYZ | 42.23 | 42.5 | 21.02 | - |
| YUV | 173.15 | 92.93 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 169 | 111 | 0 | 0.18 | 0.46 | 0.20 | 37.02 | 0.48 | 0.62 |
| Hex | CD | A9 | 6F | 0 | 12 | 2E | 14 | 25 | 30 | 3E |
| Octal | 315 | 251 | 157 | 0 | 22 | 56 | 24 | 45 | 60 | 76 |
| Binary | 11001101 | 10101001 | 1101111 | 0 | 10010 | 101110 | 10100 | 100101 | 110000 | 111110 |
Color Harmonies of #CDA96F
Complementary color
Monochromatic Colors of #CDA96F
Black with #CDA96F
Text Example
Text Example
White with #CDA96F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA96F; }
p { color: rgb(205,169,111); }
H1.HeaderClassName
{
color: #CDA96F;
}
.AnyTagClassName
{
color: #CDA96F;
}
</style>
background-color css
<style>
a { background-color: #CDA96F; }
a { background-color: rgb(205,169,111); }
div.DivClassName
{
background-color: #CDA96F;
}
.BgClassName
{
background-color: #CDA96F;
}
</style>
border-color css
<style>
span { border-color: #CDA96F; }
span { border-color: rgb(205,169,111); }
td.TdClassName
{
border-color: #CDA96F;
}
.TagClassName
{
border-color: #CDA96F;
}
</style>