Shades of Putty #CDA873
Tints of Putty #CDA873
RGB
CMYK
RGB Variations
Color information
#CDA873 (or 0xCDA873) is known color: Putty. HEX triplet: CD, A8 and 73. RGB value is (205,168,115). Sum of RGB (Red+Green+Blue) = 205+168+115=488 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.01% from 488); Green value is 168 (66.02% from 255 or 34.43% from 488); Blue value is 115 (45.31% from 255 or 23.57% from 488); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA873 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA873 is #32578C. Grayscale: #ADADAD. Windows color (decimal): -3299213 or 7579853. OLE color: 7579853.
HSL color Cylindrical-coordinate representation of color #CDA873: hue angle of 35.33º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CDA873 is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 168 | 115 | - |
| CMYK | 0 | 0.18 | 0.44 | 0.20 |
| HSL | 35.33º | 0.47% | 0.63% | - |
| HSV(B) | 35.33º | 0.44% | 0.8% | - |
| XYZ | 42.27 | 42.22 | 22.14 | - |
| YUV | 173.02 | 95.26 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 168 | 115 | 0 | 0.18 | 0.44 | 0.20 | 35.33 | 0.47 | 0.63 |
| Hex | CD | A8 | 73 | 0 | 12 | 2C | 14 | 23 | 2F | 3F |
| Octal | 315 | 250 | 163 | 0 | 22 | 54 | 24 | 43 | 57 | 77 |
| Binary | 11001101 | 10101000 | 1110011 | 0 | 10010 | 101100 | 10100 | 100011 | 101111 | 111111 |
Color Harmonies of #CDA873
Complementary color
Monochromatic Colors of #CDA873
Black with #CDA873
Text Example
Text Example
White with #CDA873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA873; }
p { color: rgb(205,168,115); }
H1.HeaderClassName
{
color: #CDA873;
}
.AnyTagClassName
{
color: #CDA873;
}
</style>
background-color css
<style>
a { background-color: #CDA873; }
a { background-color: rgb(205,168,115); }
div.DivClassName
{
background-color: #CDA873;
}
.BgClassName
{
background-color: #CDA873;
}
</style>
border-color css
<style>
span { border-color: #CDA873; }
span { border-color: rgb(205,168,115); }
td.TdClassName
{
border-color: #CDA873;
}
.TagClassName
{
border-color: #CDA873;
}
</style>