Shades of Cameo #CDA07D
Tints of Cameo #CDA07D
RGB
CMYK
RGB Variations
Color information
#CDA07D (or 0xCDA07D) is known color: Cameo. HEX triplet: CD, A0 and 7D. RGB value is (205,160,125). Sum of RGB (Red+Green+Blue) = 205+160+125=490 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.84% from 490); Green value is 160 (62.89% from 255 or 32.65% from 490); Blue value is 125 (49.22% from 255 or 25.51% from 490); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA07D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA07D is #325F82. Grayscale: #A9A9A9. Windows color (decimal): -3301251 or 8233165. OLE color: 8233165.
HSL color Cylindrical-coordinate representation of color #CDA07D: hue angle of 26.25º 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 #CDA07D is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 160 | 125 | - |
| CMYK | 0 | 0.22 | 0.39 | 0.20 |
| HSL | 26.25º | 0.44% | 0.65% | - |
| HSV(B) | 26.25º | 0.39% | 0.8% | - |
| XYZ | 41.45 | 39.6 | 24.86 | - |
| YUV | 169.47 | 102.91 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 160 | 125 | 0 | 0.22 | 0.39 | 0.20 | 26.25 | 0.44 | 0.65 |
| Hex | CD | A0 | 7D | 0 | 16 | 27 | 14 | 1A | 2C | 41 |
| Octal | 315 | 240 | 175 | 0 | 26 | 47 | 24 | 32 | 54 | 101 |
| Binary | 11001101 | 10100000 | 1111101 | 0 | 10110 | 100111 | 10100 | 11010 | 101100 | 1000001 |
Color Harmonies of #CDA07D
Complementary color
Monochromatic Colors of #CDA07D
Black with #CDA07D
Text Example
Text Example
White with #CDA07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA07D; }
p { color: rgb(205,160,125); }
H1.HeaderClassName
{
color: #CDA07D;
}
.AnyTagClassName
{
color: #CDA07D;
}
</style>
background-color css
<style>
a { background-color: #CDA07D; }
a { background-color: rgb(205,160,125); }
div.DivClassName
{
background-color: #CDA07D;
}
.BgClassName
{
background-color: #CDA07D;
}
</style>
border-color css
<style>
span { border-color: #CDA07D; }
span { border-color: rgb(205,160,125); }
td.TdClassName
{
border-color: #CDA07D;
}
.TagClassName
{
border-color: #CDA07D;
}
</style>