Shades of Cameo #CDA58D
Tints of Cameo #CDA58D
RGB
CMYK
RGB Variations
Color information
#CDA58D (or 0xCDA58D) is known color: Cameo. HEX triplet: CD, A5 and 8D. RGB value is (205,165,141). Sum of RGB (Red+Green+Blue) = 205+165+141=511 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.12% from 511); Green value is 165 (64.84% from 255 or 32.29% from 511); Blue value is 141 (55.47% from 255 or 27.59% from 511); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA58D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA58D is #325A72. Grayscale: #AEAEAE. Windows color (decimal): -3299955 or 9283021. OLE color: 9283021.
HSL color Cylindrical-coordinate representation of color #CDA58D: hue angle of 22.5º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CDA58D is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 165 | 141 | - |
CMYK | 0 | 0.20 | 0.31 | 0.20 |
HSL | 22.5º | 0.39% | 0.68% | - |
HSV(B) | 22.5º | 0.31% | 0.8% | - |
XYZ | 43.44 | 41.81 | 30.98 | - |
YUV | 174.22 | 109.25 | 149.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 165 | 141 | 0 | 0.20 | 0.31 | 0.20 | 22.5 | 0.39 | 0.68 |
Hex | CD | A5 | 8D | 0 | 14 | 1F | 14 | 16 | 27 | 44 |
Octal | 315 | 245 | 215 | 0 | 24 | 37 | 24 | 26 | 47 | 104 |
Binary | 11001101 | 10100101 | 10001101 | 0 | 10100 | 11111 | 10100 | 10110 | 100111 | 1000100 |
Color Harmonies of #CDA58D
Complementary color
Monochromatic Colors of #CDA58D
Black with #CDA58D
Text Example
Text Example
White with #CDA58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA58D; }
p { color: rgb(205,165,141); }
H1.HeaderClassName
{
color: #CDA58D;
}
.AnyTagClassName
{
color: #CDA58D;
}
</style>
background-color css
<style>
a { background-color: #CDA58D; }
a { background-color: rgb(205,165,141); }
div.DivClassName
{
background-color: #CDA58D;
}
.BgClassName
{
background-color: #CDA58D;
}
</style>
border-color css
<style>
span { border-color: #CDA58D; }
span { border-color: rgb(205,165,141); }
td.TdClassName
{
border-color: #CDA58D;
}
.TagClassName
{
border-color: #CDA58D;
}
</style>