Shades of Cameo #CDA58F
Tints of Cameo #CDA58F
RGB
CMYK
RGB Variations
Color information
#CDA58F (or 0xCDA58F) is known color: Cameo. HEX triplet: CD, A5 and 8F. RGB value is (205,165,143). Sum of RGB (Red+Green+Blue) = 205+165+143=513 (67% of max value = 765). Red value is 205 (80.47% from 255 or 39.96% from 513); Green value is 165 (64.84% from 255 or 32.16% from 513); Blue value is 143 (56.25% from 255 or 27.88% from 513); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA58F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA58F is #325A70. Grayscale: #AEAEAE. Windows color (decimal): -3299953 or 9414093. OLE color: 9414093.
HSL color Cylindrical-coordinate representation of color #CDA58F: hue angle of 21.29º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CDA58F is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 165 | 143 | - |
| CMYK | 0 | 0.20 | 0.30 | 0.20 |
| HSL | 21.29º | 0.38% | 0.68% | - |
| HSV(B) | 21.29º | 0.3% | 0.8% | - |
| XYZ | 43.59 | 41.87 | 31.77 | - |
| YUV | 174.45 | 110.25 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 165 | 143 | 0 | 0.20 | 0.30 | 0.20 | 21.29 | 0.38 | 0.68 |
| Hex | CD | A5 | 8F | 0 | 14 | 1E | 14 | 15 | 26 | 44 |
| Octal | 315 | 245 | 217 | 0 | 24 | 36 | 24 | 25 | 46 | 104 |
| Binary | 11001101 | 10100101 | 10001111 | 0 | 10100 | 11110 | 10100 | 10101 | 100110 | 1000100 |
Color Harmonies of #CDA58F
Complementary color
Monochromatic Colors of #CDA58F
Black with #CDA58F
Text Example
Text Example
White with #CDA58F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA58F; }
p { color: rgb(205,165,143); }
H1.HeaderClassName
{
color: #CDA58F;
}
.AnyTagClassName
{
color: #CDA58F;
}
</style>
background-color css
<style>
a { background-color: #CDA58F; }
a { background-color: rgb(205,165,143); }
div.DivClassName
{
background-color: #CDA58F;
}
.BgClassName
{
background-color: #CDA58F;
}
</style>
border-color css
<style>
span { border-color: #CDA58F; }
span { border-color: rgb(205,165,143); }
td.TdClassName
{
border-color: #CDA58F;
}
.TagClassName
{
border-color: #CDA58F;
}
</style>