Shades of Putty #CDA56F
Tints of Putty #CDA56F
RGB
CMYK
RGB Variations
Color information
#CDA56F (or 0xCDA56F) is known color: Putty. HEX triplet: CD, A5 and 6F. RGB value is (205,165,111). Sum of RGB (Red+Green+Blue) = 205+165+111=481 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.62% from 481); Green value is 165 (64.84% from 255 or 34.30% from 481); Blue value is 111 (43.75% from 255 or 23.08% from 481); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA56F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA56F is #325A90. Grayscale: #ABABAB. Windows color (decimal): -3299985 or 7316941. OLE color: 7316941.
HSL color Cylindrical-coordinate representation of color #CDA56F: hue angle of 34.47º degrees, saturation: 0.48, 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 #CDA56F is Cyan = 0, Magento = 0.20, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 165 | 111 | - |
| CMYK | 0 | 0.20 | 0.46 | 0.20 |
| HSL | 34.47º | 0.48% | 0.62% | - |
| HSV(B) | 34.47º | 0.46% | 0.8% | - |
| XYZ | 41.5 | 41.04 | 20.77 | - |
| YUV | 170.8 | 94.25 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 165 | 111 | 0 | 0.20 | 0.46 | 0.20 | 34.47 | 0.48 | 0.62 |
| Hex | CD | A5 | 6F | 0 | 14 | 2E | 14 | 22 | 30 | 3E |
| Octal | 315 | 245 | 157 | 0 | 24 | 56 | 24 | 42 | 60 | 76 |
| Binary | 11001101 | 10100101 | 1101111 | 0 | 10100 | 101110 | 10100 | 100010 | 110000 | 111110 |
Color Harmonies of #CDA56F
Complementary color
Monochromatic Colors of #CDA56F
Black with #CDA56F
Text Example
Text Example
White with #CDA56F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA56F; }
p { color: rgb(205,165,111); }
H1.HeaderClassName
{
color: #CDA56F;
}
.AnyTagClassName
{
color: #CDA56F;
}
</style>
background-color css
<style>
a { background-color: #CDA56F; }
a { background-color: rgb(205,165,111); }
div.DivClassName
{
background-color: #CDA56F;
}
.BgClassName
{
background-color: #CDA56F;
}
</style>
border-color css
<style>
span { border-color: #CDA56F; }
span { border-color: rgb(205,165,111); }
td.TdClassName
{
border-color: #CDA56F;
}
.TagClassName
{
border-color: #CDA56F;
}
</style>