Shades of Cameo #CDA17D
Tints of Cameo #CDA17D
RGB
CMYK
RGB Variations
Color information
#CDA17D (or 0xCDA17D) is known color: Cameo. HEX triplet: CD, A1 and 7D. RGB value is (205,161,125). Sum of RGB (Red+Green+Blue) = 205+161+125=491 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.75% from 491); Green value is 161 (63.28% from 255 or 32.79% from 491); Blue value is 125 (49.22% from 255 or 25.46% from 491); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA17D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA17D is #325E82. Grayscale: #AAAAAA. Windows color (decimal): -3300995 or 8233421. OLE color: 8233421.
HSL color Cylindrical-coordinate representation of color #CDA17D: hue angle of 27º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CDA17D is Cyan = 0, Magento = 0.21, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 161 | 125 | - |
| CMYK | 0 | 0.21 | 0.39 | 0.20 |
| HSL | 27º | 0.44% | 0.65% | - |
| HSV(B) | 27º | 0.39% | 0.8% | - |
| XYZ | 41.62 | 39.95 | 24.92 | - |
| YUV | 170.05 | 102.58 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 161 | 125 | 0 | 0.21 | 0.39 | 0.20 | 27 | 0.44 | 0.65 |
| Hex | CD | A1 | 7D | 0 | 15 | 27 | 14 | 1B | 2C | 41 |
| Octal | 315 | 241 | 175 | 0 | 25 | 47 | 24 | 33 | 54 | 101 |
| Binary | 11001101 | 10100001 | 1111101 | 0 | 10101 | 100111 | 10100 | 11011 | 101100 | 1000001 |
Color Harmonies of #CDA17D
Complementary color
Monochromatic Colors of #CDA17D
Black with #CDA17D
Text Example
Text Example
White with #CDA17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA17D; }
p { color: rgb(205,161,125); }
H1.HeaderClassName
{
color: #CDA17D;
}
.AnyTagClassName
{
color: #CDA17D;
}
</style>
background-color css
<style>
a { background-color: #CDA17D; }
a { background-color: rgb(205,161,125); }
div.DivClassName
{
background-color: #CDA17D;
}
.BgClassName
{
background-color: #CDA17D;
}
</style>
border-color css
<style>
span { border-color: #CDA17D; }
span { border-color: rgb(205,161,125); }
td.TdClassName
{
border-color: #CDA17D;
}
.TagClassName
{
border-color: #CDA17D;
}
</style>