Shades of Putty #CDA96E
Tints of Putty #CDA96E
RGB
CMYK
RGB Variations
Color information
#CDA96E (or 0xCDA96E) is known color: Putty. HEX triplet: CD, A9 and 6E. RGB value is (205,169,110). Sum of RGB (Red+Green+Blue) = 205+169+110=484 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.36% from 484); Green value is 169 (66.41% from 255 or 34.92% from 484); Blue value is 110 (43.36% from 255 or 22.73% from 484); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA96E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA96E is #325691. Grayscale: #ADADAD. Windows color (decimal): -3298962 or 7252429. OLE color: 7252429.
HSL color Cylindrical-coordinate representation of color #CDA96E: hue angle of 37.26º 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 #CDA96E is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 169 | 110 | - |
| CMYK | 0 | 0.18 | 0.46 | 0.20 |
| HSL | 37.26º | 0.49% | 0.62% | - |
| HSV(B) | 37.26º | 0.46% | 0.8% | - |
| XYZ | 42.18 | 42.48 | 20.73 | - |
| YUV | 173.04 | 92.43 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 169 | 110 | 0 | 0.18 | 0.46 | 0.20 | 37.26 | 0.49 | 0.62 |
| Hex | CD | A9 | 6E | 0 | 12 | 2E | 14 | 25 | 31 | 3E |
| Octal | 315 | 251 | 156 | 0 | 22 | 56 | 24 | 45 | 61 | 76 |
| Binary | 11001101 | 10101001 | 1101110 | 0 | 10010 | 101110 | 10100 | 100101 | 110001 | 111110 |
Color Harmonies of #CDA96E
Complementary color
Monochromatic Colors of #CDA96E
Black with #CDA96E
Text Example
Text Example
White with #CDA96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA96E; }
p { color: rgb(205,169,110); }
H1.HeaderClassName
{
color: #CDA96E;
}
.AnyTagClassName
{
color: #CDA96E;
}
</style>
background-color css
<style>
a { background-color: #CDA96E; }
a { background-color: rgb(205,169,110); }
div.DivClassName
{
background-color: #CDA96E;
}
.BgClassName
{
background-color: #CDA96E;
}
</style>
border-color css
<style>
span { border-color: #CDA96E; }
span { border-color: rgb(205,169,110); }
td.TdClassName
{
border-color: #CDA96E;
}
.TagClassName
{
border-color: #CDA96E;
}
</style>