Shades of Putty #CDA86F
Tints of Putty #CDA86F
RGB
CMYK
RGB Variations
Color information
#CDA86F (or 0xCDA86F) is known color: Putty. HEX triplet: CD, A8 and 6F. RGB value is (205,168,111). Sum of RGB (Red+Green+Blue) = 205+168+111=484 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.36% from 484); Green value is 168 (66.02% from 255 or 34.71% from 484); Blue value is 111 (43.75% from 255 or 22.93% from 484); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA86F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA86F is #325790. Grayscale: #ACACAC. Windows color (decimal): -3299217 or 7317709. OLE color: 7317709.
HSL color Cylindrical-coordinate representation of color #CDA86F: hue angle of 36.38º 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 #CDA86F is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 168 | 111 | - |
| CMYK | 0 | 0.18 | 0.46 | 0.20 |
| HSL | 36.38º | 0.48% | 0.62% | - |
| HSV(B) | 36.38º | 0.46% | 0.8% | - |
| XYZ | 42.05 | 42.13 | 20.96 | - |
| YUV | 172.57 | 93.26 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 168 | 111 | 0 | 0.18 | 0.46 | 0.20 | 36.38 | 0.48 | 0.62 |
| Hex | CD | A8 | 6F | 0 | 12 | 2E | 14 | 24 | 30 | 3E |
| Octal | 315 | 250 | 157 | 0 | 22 | 56 | 24 | 44 | 60 | 76 |
| Binary | 11001101 | 10101000 | 1101111 | 0 | 10010 | 101110 | 10100 | 100100 | 110000 | 111110 |
Color Harmonies of #CDA86F
Complementary color
Monochromatic Colors of #CDA86F
Black with #CDA86F
Text Example
Text Example
White with #CDA86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA86F; }
p { color: rgb(205,168,111); }
H1.HeaderClassName
{
color: #CDA86F;
}
.AnyTagClassName
{
color: #CDA86F;
}
</style>
background-color css
<style>
a { background-color: #CDA86F; }
a { background-color: rgb(205,168,111); }
div.DivClassName
{
background-color: #CDA86F;
}
.BgClassName
{
background-color: #CDA86F;
}
</style>
border-color css
<style>
span { border-color: #CDA86F; }
span { border-color: rgb(205,168,111); }
td.TdClassName
{
border-color: #CDA86F;
}
.TagClassName
{
border-color: #CDA86F;
}
</style>