Shades of Cameo #CDA17A
Tints of Cameo #CDA17A
RGB
CMYK
RGB Variations
Color information
#CDA17A (or 0xCDA17A) is known color: Cameo. HEX triplet: CD, A1 and 7A. RGB value is (205,161,122). Sum of RGB (Red+Green+Blue) = 205+161+122=488 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.01% from 488); Green value is 161 (63.28% from 255 or 32.99% from 488); Blue value is 122 (48.05% from 255 or 25% from 488); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA17A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA17A is #325E85. Grayscale: #A9A9A9. Windows color (decimal): -3300998 or 8036813. OLE color: 8036813.
HSL color Cylindrical-coordinate representation of color #CDA17A: hue angle of 28.19º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CDA17A is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 161 | 122 | - |
| CMYK | 0 | 0.21 | 0.40 | 0.20 |
| HSL | 28.19º | 0.45% | 0.64% | - |
| HSV(B) | 28.19º | 0.4% | 0.8% | - |
| XYZ | 41.43 | 39.87 | 23.92 | - |
| YUV | 169.71 | 101.08 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 161 | 122 | 0 | 0.21 | 0.40 | 0.20 | 28.19 | 0.45 | 0.64 |
| Hex | CD | A1 | 7A | 0 | 15 | 28 | 14 | 1C | 2D | 40 |
| Octal | 315 | 241 | 172 | 0 | 25 | 50 | 24 | 34 | 55 | 100 |
| Binary | 11001101 | 10100001 | 1111010 | 0 | 10101 | 101000 | 10100 | 11100 | 101101 | 1000000 |
Color Harmonies of #CDA17A
Complementary color
Monochromatic Colors of #CDA17A
Black with #CDA17A
Text Example
Text Example
White with #CDA17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA17A; }
p { color: rgb(205,161,122); }
H1.HeaderClassName
{
color: #CDA17A;
}
.AnyTagClassName
{
color: #CDA17A;
}
</style>
background-color css
<style>
a { background-color: #CDA17A; }
a { background-color: rgb(205,161,122); }
div.DivClassName
{
background-color: #CDA17A;
}
.BgClassName
{
background-color: #CDA17A;
}
</style>
border-color css
<style>
span { border-color: #CDA17A; }
span { border-color: rgb(205,161,122); }
td.TdClassName
{
border-color: #CDA17A;
}
.TagClassName
{
border-color: #CDA17A;
}
</style>