Shades of Cameo #CDA58B
Tints of Cameo #CDA58B
RGB
CMYK
RGB Variations
Color information
#CDA58B (or 0xCDA58B) is known color: Cameo. HEX triplet: CD, A5 and 8B. RGB value is (205,165,139). Sum of RGB (Red+Green+Blue) = 205+165+139=509 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.28% from 509); Green value is 165 (64.84% from 255 or 32.42% from 509); Blue value is 139 (54.69% from 255 or 27.31% from 509); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA58B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA58B is #325A74. Grayscale: #AEAEAE. Windows color (decimal): -3299957 or 9151949. OLE color: 9151949.
HSL color Cylindrical-coordinate representation of color #CDA58B: hue angle of 23.64º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CDA58B is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 165 | 139 | - |
| CMYK | 0 | 0.20 | 0.32 | 0.20 |
| HSL | 23.64º | 0.4% | 0.67% | - |
| HSV(B) | 23.64º | 0.32% | 0.8% | - |
| XYZ | 43.29 | 41.75 | 30.2 | - |
| YUV | 174 | 108.25 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 165 | 139 | 0 | 0.20 | 0.32 | 0.20 | 23.64 | 0.4 | 0.67 |
| Hex | CD | A5 | 8B | 0 | 14 | 20 | 14 | 18 | 28 | 43 |
| Octal | 315 | 245 | 213 | 0 | 24 | 40 | 24 | 30 | 50 | 103 |
| Binary | 11001101 | 10100101 | 10001011 | 0 | 10100 | 100000 | 10100 | 11000 | 101000 | 1000011 |
Color Harmonies of #CDA58B
Complementary color
Monochromatic Colors of #CDA58B
Black with #CDA58B
Text Example
Text Example
White with #CDA58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA58B; }
p { color: rgb(205,165,139); }
H1.HeaderClassName
{
color: #CDA58B;
}
.AnyTagClassName
{
color: #CDA58B;
}
</style>
background-color css
<style>
a { background-color: #CDA58B; }
a { background-color: rgb(205,165,139); }
div.DivClassName
{
background-color: #CDA58B;
}
.BgClassName
{
background-color: #CDA58B;
}
</style>
border-color css
<style>
span { border-color: #CDA58B; }
span { border-color: rgb(205,165,139); }
td.TdClassName
{
border-color: #CDA58B;
}
.TagClassName
{
border-color: #CDA58B;
}
</style>