Shades of Cameo #CDA57D
Tints of Cameo #CDA57D
RGB
CMYK
RGB Variations
Color information
#CDA57D (or 0xCDA57D) is known color: Cameo. HEX triplet: CD, A5 and 7D. RGB value is (205,165,125). Sum of RGB (Red+Green+Blue) = 205+165+125=495 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.41% from 495); Green value is 165 (64.84% from 255 or 33.33% from 495); Blue value is 125 (49.22% from 255 or 25.25% from 495); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA57D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA57D is #325A82. Grayscale: #ACACAC. Windows color (decimal): -3299971 or 8234445. OLE color: 8234445.
HSL color Cylindrical-coordinate representation of color #CDA57D: hue angle of 30º 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 #CDA57D is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 165 | 125 | - |
| CMYK | 0 | 0.20 | 0.39 | 0.20 |
| HSL | 30º | 0.44% | 0.65% | - |
| HSV(B) | 30º | 0.39% | 0.8% | - |
| XYZ | 42.33 | 41.37 | 25.16 | - |
| YUV | 172.4 | 101.25 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 165 | 125 | 0 | 0.20 | 0.39 | 0.20 | 30 | 0.44 | 0.65 |
| Hex | CD | A5 | 7D | 0 | 14 | 27 | 14 | 1E | 2C | 41 |
| Octal | 315 | 245 | 175 | 0 | 24 | 47 | 24 | 36 | 54 | 101 |
| Binary | 11001101 | 10100101 | 1111101 | 0 | 10100 | 100111 | 10100 | 11110 | 101100 | 1000001 |
Color Harmonies of #CDA57D
Complementary color
Monochromatic Colors of #CDA57D
Black with #CDA57D
Text Example
Text Example
White with #CDA57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA57D; }
p { color: rgb(205,165,125); }
H1.HeaderClassName
{
color: #CDA57D;
}
.AnyTagClassName
{
color: #CDA57D;
}
</style>
background-color css
<style>
a { background-color: #CDA57D; }
a { background-color: rgb(205,165,125); }
div.DivClassName
{
background-color: #CDA57D;
}
.BgClassName
{
background-color: #CDA57D;
}
</style>
border-color css
<style>
span { border-color: #CDA57D; }
span { border-color: rgb(205,165,125); }
td.TdClassName
{
border-color: #CDA57D;
}
.TagClassName
{
border-color: #CDA57D;
}
</style>