Shades of Cameo #CDA67A
Tints of Cameo #CDA67A
RGB
CMYK
RGB Variations
Color information
#CDA67A (or 0xCDA67A) is known color: Cameo. HEX triplet: CD, A6 and 7A. RGB value is (205,166,122). Sum of RGB (Red+Green+Blue) = 205+166+122=493 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.58% from 493); Green value is 166 (65.23% from 255 or 33.67% from 493); Blue value is 122 (48.05% from 255 or 24.75% from 493); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA67A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA67A is #325985. Grayscale: #ACACAC. Windows color (decimal): -3299718 or 8038093. OLE color: 8038093.
HSL color Cylindrical-coordinate representation of color #CDA67A: hue angle of 31.81º 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 #CDA67A is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 166 | 122 | - |
| CMYK | 0 | 0.19 | 0.40 | 0.20 |
| HSL | 31.81º | 0.45% | 0.64% | - |
| HSV(B) | 31.81º | 0.4% | 0.8% | - |
| XYZ | 42.33 | 41.66 | 24.22 | - |
| YUV | 172.65 | 99.42 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 166 | 122 | 0 | 0.19 | 0.40 | 0.20 | 31.81 | 0.45 | 0.64 |
| Hex | CD | A6 | 7A | 0 | 13 | 28 | 14 | 20 | 2D | 40 |
| Octal | 315 | 246 | 172 | 0 | 23 | 50 | 24 | 40 | 55 | 100 |
| Binary | 11001101 | 10100110 | 1111010 | 0 | 10011 | 101000 | 10100 | 100000 | 101101 | 1000000 |
Color Harmonies of #CDA67A
Complementary color
Monochromatic Colors of #CDA67A
Black with #CDA67A
Text Example
Text Example
White with #CDA67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA67A; }
p { color: rgb(205,166,122); }
H1.HeaderClassName
{
color: #CDA67A;
}
.AnyTagClassName
{
color: #CDA67A;
}
</style>
background-color css
<style>
a { background-color: #CDA67A; }
a { background-color: rgb(205,166,122); }
div.DivClassName
{
background-color: #CDA67A;
}
.BgClassName
{
background-color: #CDA67A;
}
</style>
border-color css
<style>
span { border-color: #CDA67A; }
span { border-color: rgb(205,166,122); }
td.TdClassName
{
border-color: #CDA67A;
}
.TagClassName
{
border-color: #CDA67A;
}
</style>