Shades of Putty #CDA872
Tints of Putty #CDA872
RGB
CMYK
RGB Variations
Color information
#CDA872 (or 0xCDA872) is known color: Putty. HEX triplet: CD, A8 and 72. RGB value is (205,168,114). Sum of RGB (Red+Green+Blue) = 205+168+114=487 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.09% from 487); Green value is 168 (66.02% from 255 or 34.50% from 487); Blue value is 114 (44.92% from 255 or 23.41% from 487); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA872 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA872 is #32578D. Grayscale: #ADADAD. Windows color (decimal): -3299214 or 7514317. OLE color: 7514317.
HSL color Cylindrical-coordinate representation of color #CDA872: hue angle of 35.6º degrees, saturation: 0.48, 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 #CDA872 is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 168 | 114 | - |
| CMYK | 0 | 0.18 | 0.44 | 0.20 |
| HSL | 35.6º | 0.48% | 0.63% | - |
| HSV(B) | 35.6º | 0.44% | 0.8% | - |
| XYZ | 42.22 | 42.2 | 21.84 | - |
| YUV | 172.91 | 94.76 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 168 | 114 | 0 | 0.18 | 0.44 | 0.20 | 35.6 | 0.48 | 0.63 |
| Hex | CD | A8 | 72 | 0 | 12 | 2C | 14 | 24 | 30 | 3F |
| Octal | 315 | 250 | 162 | 0 | 22 | 54 | 24 | 44 | 60 | 77 |
| Binary | 11001101 | 10101000 | 1110010 | 0 | 10010 | 101100 | 10100 | 100100 | 110000 | 111111 |
Color Harmonies of #CDA872
Complementary color
Monochromatic Colors of #CDA872
Black with #CDA872
Text Example
Text Example
White with #CDA872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA872; }
p { color: rgb(205,168,114); }
H1.HeaderClassName
{
color: #CDA872;
}
.AnyTagClassName
{
color: #CDA872;
}
</style>
background-color css
<style>
a { background-color: #CDA872; }
a { background-color: rgb(205,168,114); }
div.DivClassName
{
background-color: #CDA872;
}
.BgClassName
{
background-color: #CDA872;
}
</style>
border-color css
<style>
span { border-color: #CDA872; }
span { border-color: rgb(205,168,114); }
td.TdClassName
{
border-color: #CDA872;
}
.TagClassName
{
border-color: #CDA872;
}
</style>