Shades of Putty #CDA370
Tints of Putty #CDA370
RGB
CMYK
RGB Variations
Color information
#CDA370 (or 0xCDA370) is known color: Putty. HEX triplet: CD, A3 and 70. RGB value is (205,163,112). Sum of RGB (Red+Green+Blue) = 205+163+112=480 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.71% from 480); Green value is 163 (64.06% from 255 or 33.96% from 480); Blue value is 112 (44.14% from 255 or 23.33% from 480); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA370 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA370 is #325C8F. Grayscale: #A9A9A9. Windows color (decimal): -3300496 or 7381965. OLE color: 7381965.
HSL color Cylindrical-coordinate representation of color #CDA370: hue angle of 32.9º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CDA370 is Cyan = 0, Magento = 0.20, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 163 | 112 | - |
| CMYK | 0 | 0.20 | 0.45 | 0.20 |
| HSL | 32.9º | 0.48% | 0.62% | - |
| HSV(B) | 32.9º | 0.45% | 0.8% | - |
| XYZ | 41.2 | 40.34 | 20.94 | - |
| YUV | 169.74 | 95.41 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 163 | 112 | 0 | 0.20 | 0.45 | 0.20 | 32.9 | 0.48 | 0.62 |
| Hex | CD | A3 | 70 | 0 | 14 | 2D | 14 | 21 | 30 | 3E |
| Octal | 315 | 243 | 160 | 0 | 24 | 55 | 24 | 41 | 60 | 76 |
| Binary | 11001101 | 10100011 | 1110000 | 0 | 10100 | 101101 | 10100 | 100001 | 110000 | 111110 |
Color Harmonies of #CDA370
Complementary color
Monochromatic Colors of #CDA370
Black with #CDA370
Text Example
Text Example
White with #CDA370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA370; }
p { color: rgb(205,163,112); }
H1.HeaderClassName
{
color: #CDA370;
}
.AnyTagClassName
{
color: #CDA370;
}
</style>
background-color css
<style>
a { background-color: #CDA370; }
a { background-color: rgb(205,163,112); }
div.DivClassName
{
background-color: #CDA370;
}
.BgClassName
{
background-color: #CDA370;
}
</style>
border-color css
<style>
span { border-color: #CDA370; }
span { border-color: rgb(205,163,112); }
td.TdClassName
{
border-color: #CDA370;
}
.TagClassName
{
border-color: #CDA370;
}
</style>