Shades of Putty #CDA86D
Tints of Putty #CDA86D
RGB
CMYK
RGB Variations
Color information
#CDA86D (or 0xCDA86D) is known color: Putty. HEX triplet: CD, A8 and 6D. RGB value is (205,168,109). Sum of RGB (Red+Green+Blue) = 205+168+109=482 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.53% from 482); Green value is 168 (66.02% from 255 or 34.85% from 482); Blue value is 109 (42.97% from 255 or 22.61% from 482); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA86D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA86D is #325792. Grayscale: #ACACAC. Windows color (decimal): -3299219 or 7186637. OLE color: 7186637.
HSL color Cylindrical-coordinate representation of color #CDA86D: hue angle of 36.88º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CDA86D is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 168 | 109 | - |
| CMYK | 0 | 0.18 | 0.47 | 0.20 |
| HSL | 36.88º | 0.49% | 0.62% | - |
| HSV(B) | 36.88º | 0.47% | 0.8% | - |
| XYZ | 41.94 | 42.09 | 20.38 | - |
| YUV | 172.34 | 92.26 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 168 | 109 | 0 | 0.18 | 0.47 | 0.20 | 36.88 | 0.49 | 0.62 |
| Hex | CD | A8 | 6D | 0 | 12 | 2F | 14 | 25 | 31 | 3E |
| Octal | 315 | 250 | 155 | 0 | 22 | 57 | 24 | 45 | 61 | 76 |
| Binary | 11001101 | 10101000 | 1101101 | 0 | 10010 | 101111 | 10100 | 100101 | 110001 | 111110 |
Color Harmonies of #CDA86D
Complementary color
Monochromatic Colors of #CDA86D
Black with #CDA86D
Text Example
Text Example
White with #CDA86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA86D; }
p { color: rgb(205,168,109); }
H1.HeaderClassName
{
color: #CDA86D;
}
.AnyTagClassName
{
color: #CDA86D;
}
</style>
background-color css
<style>
a { background-color: #CDA86D; }
a { background-color: rgb(205,168,109); }
div.DivClassName
{
background-color: #CDA86D;
}
.BgClassName
{
background-color: #CDA86D;
}
</style>
border-color css
<style>
span { border-color: #CDA86D; }
span { border-color: rgb(205,168,109); }
td.TdClassName
{
border-color: #CDA86D;
}
.TagClassName
{
border-color: #CDA86D;
}
</style>