Shades of Putty #CDA968
Tints of Putty #CDA968
RGB
CMYK
RGB Variations
Color information
#CDA968 (or 0xCDA968) is known color: Putty. HEX triplet: CD, A9 and 68. RGB value is (205,169,104). Sum of RGB (Red+Green+Blue) = 205+169+104=478 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.89% from 478); Green value is 169 (66.41% from 255 or 35.36% from 478); Blue value is 104 (41.02% from 255 or 21.76% from 478); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA968 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA968 is #325697. Grayscale: #ACACAC. Windows color (decimal): -3298968 or 6859213. OLE color: 6859213.
HSL color Cylindrical-coordinate representation of color #CDA968: hue angle of 38.61º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CDA968 is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 169 | 104 | - |
| CMYK | 0 | 0.18 | 0.49 | 0.20 |
| HSL | 38.61º | 0.5% | 0.61% | - |
| HSV(B) | 38.61º | 0.49% | 0.8% | - |
| XYZ | 41.86 | 42.35 | 19.07 | - |
| YUV | 172.35 | 89.43 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 169 | 104 | 0 | 0.18 | 0.49 | 0.20 | 38.61 | 0.5 | 0.61 |
| Hex | CD | A9 | 68 | 0 | 12 | 31 | 14 | 27 | 32 | 3D |
| Octal | 315 | 251 | 150 | 0 | 22 | 61 | 24 | 47 | 62 | 75 |
| Binary | 11001101 | 10101001 | 1101000 | 0 | 10010 | 110001 | 10100 | 100111 | 110010 | 111101 |
Color Harmonies of #CDA968
Complementary color
Monochromatic Colors of #CDA968
Black with #CDA968
Text Example
Text Example
White with #CDA968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA968; }
p { color: rgb(205,169,104); }
H1.HeaderClassName
{
color: #CDA968;
}
.AnyTagClassName
{
color: #CDA968;
}
</style>
background-color css
<style>
a { background-color: #CDA968; }
a { background-color: rgb(205,169,104); }
div.DivClassName
{
background-color: #CDA968;
}
.BgClassName
{
background-color: #CDA968;
}
</style>
border-color css
<style>
span { border-color: #CDA968; }
span { border-color: rgb(205,169,104); }
td.TdClassName
{
border-color: #CDA968;
}
.TagClassName
{
border-color: #CDA968;
}
</style>