Shades of Putty #CDA56C
Tints of Putty #CDA56C
RGB
CMYK
RGB Variations
Color information
#CDA56C (or 0xCDA56C) is known color: Putty. HEX triplet: CD, A5 and 6C. RGB value is (205,165,108). Sum of RGB (Red+Green+Blue) = 205+165+108=478 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.89% from 478); Green value is 165 (64.84% from 255 or 34.52% from 478); Blue value is 108 (42.58% from 255 or 22.59% from 478); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA56C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA56C is #325A93. Grayscale: #AAAAAA. Windows color (decimal): -3299988 or 7120333. OLE color: 7120333.
HSL color Cylindrical-coordinate representation of color #CDA56C: hue angle of 35.26º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CDA56C is Cyan = 0, Magento = 0.20, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 165 | 108 | - |
| CMYK | 0 | 0.20 | 0.47 | 0.20 |
| HSL | 35.26º | 0.49% | 0.61% | - |
| HSV(B) | 35.26º | 0.47% | 0.8% | - |
| XYZ | 41.34 | 40.97 | 19.92 | - |
| YUV | 170.46 | 92.75 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 165 | 108 | 0 | 0.20 | 0.47 | 0.20 | 35.26 | 0.49 | 0.61 |
| Hex | CD | A5 | 6C | 0 | 14 | 2F | 14 | 23 | 31 | 3D |
| Octal | 315 | 245 | 154 | 0 | 24 | 57 | 24 | 43 | 61 | 75 |
| Binary | 11001101 | 10100101 | 1101100 | 0 | 10100 | 101111 | 10100 | 100011 | 110001 | 111101 |
Color Harmonies of #CDA56C
Complementary color
Monochromatic Colors of #CDA56C
Black with #CDA56C
Text Example
Text Example
White with #CDA56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA56C; }
p { color: rgb(205,165,108); }
H1.HeaderClassName
{
color: #CDA56C;
}
.AnyTagClassName
{
color: #CDA56C;
}
</style>
background-color css
<style>
a { background-color: #CDA56C; }
a { background-color: rgb(205,165,108); }
div.DivClassName
{
background-color: #CDA56C;
}
.BgClassName
{
background-color: #CDA56C;
}
</style>
border-color css
<style>
span { border-color: #CDA56C; }
span { border-color: rgb(205,165,108); }
td.TdClassName
{
border-color: #CDA56C;
}
.TagClassName
{
border-color: #CDA56C;
}
</style>