Shades of Putty #CDA36C
Tints of Putty #CDA36C
RGB
CMYK
RGB Variations
Color information
#CDA36C (or 0xCDA36C) is known color: Putty. HEX triplet: CD, A3 and 6C. RGB value is (205,163,108). Sum of RGB (Red+Green+Blue) = 205+163+108=476 (63% of max value = 765). Red value is 205 (80.47% from 255 or 43.07% from 476); Green value is 163 (64.06% from 255 or 34.24% from 476); Blue value is 108 (42.58% from 255 or 22.69% from 476); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA36C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA36C is #325C93. Grayscale: #A9A9A9. Windows color (decimal): -3300500 or 7119821. OLE color: 7119821.
HSL color Cylindrical-coordinate representation of color #CDA36C: hue angle of 34.02º 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 #CDA36C is Cyan = 0, Magento = 0.20, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 163 | 108 | - |
| CMYK | 0 | 0.20 | 0.47 | 0.20 |
| HSL | 34.02º | 0.49% | 0.61% | - |
| HSV(B) | 34.02º | 0.47% | 0.8% | - |
| XYZ | 40.98 | 40.26 | 19.8 | - |
| YUV | 169.29 | 93.41 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 163 | 108 | 0 | 0.20 | 0.47 | 0.20 | 34.02 | 0.49 | 0.61 |
| Hex | CD | A3 | 6C | 0 | 14 | 2F | 14 | 22 | 31 | 3D |
| Octal | 315 | 243 | 154 | 0 | 24 | 57 | 24 | 42 | 61 | 75 |
| Binary | 11001101 | 10100011 | 1101100 | 0 | 10100 | 101111 | 10100 | 100010 | 110001 | 111101 |
Color Harmonies of #CDA36C
Complementary color
Monochromatic Colors of #CDA36C
Black with #CDA36C
Text Example
Text Example
White with #CDA36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA36C; }
p { color: rgb(205,163,108); }
H1.HeaderClassName
{
color: #CDA36C;
}
.AnyTagClassName
{
color: #CDA36C;
}
</style>
background-color css
<style>
a { background-color: #CDA36C; }
a { background-color: rgb(205,163,108); }
div.DivClassName
{
background-color: #CDA36C;
}
.BgClassName
{
background-color: #CDA36C;
}
</style>
border-color css
<style>
span { border-color: #CDA36C; }
span { border-color: rgb(205,163,108); }
td.TdClassName
{
border-color: #CDA36C;
}
.TagClassName
{
border-color: #CDA36C;
}
</style>