Shades of Putty #CDA372
Tints of Putty #CDA372
RGB
CMYK
RGB Variations
Color information
#CDA372 (or 0xCDA372) is known color: Putty. HEX triplet: CD, A3 and 72. RGB value is (205,163,114). Sum of RGB (Red+Green+Blue) = 205+163+114=482 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.53% from 482); Green value is 163 (64.06% from 255 or 33.82% from 482); Blue value is 114 (44.92% from 255 or 23.65% from 482); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA372 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA372 is #325C8D. Grayscale: #AAAAAA. Windows color (decimal): -3300494 or 7513037. OLE color: 7513037.
HSL color Cylindrical-coordinate representation of color #CDA372: hue angle of 32.31º 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 #CDA372 is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 163 | 114 | - |
| CMYK | 0 | 0.20 | 0.44 | 0.20 |
| HSL | 32.31º | 0.48% | 0.63% | - |
| HSV(B) | 32.31º | 0.44% | 0.8% | - |
| XYZ | 41.31 | 40.39 | 21.54 | - |
| YUV | 169.97 | 96.41 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 163 | 114 | 0 | 0.20 | 0.44 | 0.20 | 32.31 | 0.48 | 0.63 |
| Hex | CD | A3 | 72 | 0 | 14 | 2C | 14 | 20 | 30 | 3F |
| Octal | 315 | 243 | 162 | 0 | 24 | 54 | 24 | 40 | 60 | 77 |
| Binary | 11001101 | 10100011 | 1110010 | 0 | 10100 | 101100 | 10100 | 100000 | 110000 | 111111 |
Color Harmonies of #CDA372
Complementary color
Monochromatic Colors of #CDA372
Black with #CDA372
Text Example
Text Example
White with #CDA372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA372; }
p { color: rgb(205,163,114); }
H1.HeaderClassName
{
color: #CDA372;
}
.AnyTagClassName
{
color: #CDA372;
}
</style>
background-color css
<style>
a { background-color: #CDA372; }
a { background-color: rgb(205,163,114); }
div.DivClassName
{
background-color: #CDA372;
}
.BgClassName
{
background-color: #CDA372;
}
</style>
border-color css
<style>
span { border-color: #CDA372; }
span { border-color: rgb(205,163,114); }
td.TdClassName
{
border-color: #CDA372;
}
.TagClassName
{
border-color: #CDA372;
}
</style>