Shades of Putty #CDA56E
Tints of Putty #CDA56E
RGB
CMYK
RGB Variations
Color information
#CDA56E (or 0xCDA56E) is known color: Putty. HEX triplet: CD, A5 and 6E. RGB value is (205,165,110). Sum of RGB (Red+Green+Blue) = 205+165+110=480 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.71% from 480); Green value is 165 (64.84% from 255 or 34.38% from 480); Blue value is 110 (43.36% from 255 or 22.92% from 480); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA56E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA56E is #325A91. Grayscale: #AAAAAA. Windows color (decimal): -3299986 or 7251405. OLE color: 7251405.
HSL color Cylindrical-coordinate representation of color #CDA56E: hue angle of 34.74º 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 #CDA56E is Cyan = 0, Magento = 0.20, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 165 | 110 | - |
| CMYK | 0 | 0.20 | 0.46 | 0.20 |
| HSL | 34.74º | 0.49% | 0.62% | - |
| HSV(B) | 34.74º | 0.46% | 0.8% | - |
| XYZ | 41.45 | 41.02 | 20.48 | - |
| YUV | 170.69 | 93.75 | 152.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 165 | 110 | 0 | 0.20 | 0.46 | 0.20 | 34.74 | 0.49 | 0.62 |
| Hex | CD | A5 | 6E | 0 | 14 | 2E | 14 | 23 | 31 | 3E |
| Octal | 315 | 245 | 156 | 0 | 24 | 56 | 24 | 43 | 61 | 76 |
| Binary | 11001101 | 10100101 | 1101110 | 0 | 10100 | 101110 | 10100 | 100011 | 110001 | 111110 |
Color Harmonies of #CDA56E
Complementary color
Monochromatic Colors of #CDA56E
Black with #CDA56E
Text Example
Text Example
White with #CDA56E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA56E; }
p { color: rgb(205,165,110); }
H1.HeaderClassName
{
color: #CDA56E;
}
.AnyTagClassName
{
color: #CDA56E;
}
</style>
background-color css
<style>
a { background-color: #CDA56E; }
a { background-color: rgb(205,165,110); }
div.DivClassName
{
background-color: #CDA56E;
}
.BgClassName
{
background-color: #CDA56E;
}
</style>
border-color css
<style>
span { border-color: #CDA56E; }
span { border-color: rgb(205,165,110); }
td.TdClassName
{
border-color: #CDA56E;
}
.TagClassName
{
border-color: #CDA56E;
}
</style>