Shades of Putty #CDA36E
Tints of Putty #CDA36E
RGB
CMYK
RGB Variations
Color information
#CDA36E (or 0xCDA36E) is known color: Putty. HEX triplet: CD, A3 and 6E. RGB value is (205,163,110). Sum of RGB (Red+Green+Blue) = 205+163+110=478 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.89% from 478); Green value is 163 (64.06% from 255 or 34.10% from 478); Blue value is 110 (43.36% from 255 or 23.01% from 478); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA36E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA36E is #325C91. Grayscale: #A9A9A9. Windows color (decimal): -3300498 or 7250893. OLE color: 7250893.
HSL color Cylindrical-coordinate representation of color #CDA36E: hue angle of 33.47º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CDA36E is Cyan = 0, Magento = 0.20, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 163 | 110 | - |
| CMYK | 0 | 0.20 | 0.46 | 0.20 |
| HSL | 33.47º | 0.49% | 0.62% | - |
| HSV(B) | 33.47º | 0.46% | 0.8% | - |
| XYZ | 41.09 | 40.3 | 20.36 | - |
| YUV | 169.52 | 94.41 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 163 | 110 | 0 | 0.20 | 0.46 | 0.20 | 33.47 | 0.49 | 0.62 |
| Hex | CD | A3 | 6E | 0 | 14 | 2E | 14 | 21 | 31 | 3E |
| Octal | 315 | 243 | 156 | 0 | 24 | 56 | 24 | 41 | 61 | 76 |
| Binary | 11001101 | 10100011 | 1101110 | 0 | 10100 | 101110 | 10100 | 100001 | 110001 | 111110 |
Color Harmonies of #CDA36E
Complementary color
Monochromatic Colors of #CDA36E
Black with #CDA36E
Text Example
Text Example
White with #CDA36E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA36E; }
p { color: rgb(205,163,110); }
H1.HeaderClassName
{
color: #CDA36E;
}
.AnyTagClassName
{
color: #CDA36E;
}
</style>
background-color css
<style>
a { background-color: #CDA36E; }
a { background-color: rgb(205,163,110); }
div.DivClassName
{
background-color: #CDA36E;
}
.BgClassName
{
background-color: #CDA36E;
}
</style>
border-color css
<style>
span { border-color: #CDA36E; }
span { border-color: rgb(205,163,110); }
td.TdClassName
{
border-color: #CDA36E;
}
.TagClassName
{
border-color: #CDA36E;
}
</style>