Shades of Metallic Gold #CDA83C
Tints of Metallic Gold #CDA83C
RGB
CMYK
RGB Variations
Color information
#CDA83C (or 0xCDA83C) is known color: Metallic Gold. HEX triplet: CD, A8 and 3C. RGB value is (205,168,60). Sum of RGB (Red+Green+Blue) = 205+168+60=433 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.34% from 433); Green value is 168 (66.02% from 255 or 38.80% from 433); Blue value is 60 (23.83% from 255 or 13.86% from 433); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA83C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA83C is #3257C3. Grayscale: #A7A7A7. Windows color (decimal): -3299268 or 3975373. OLE color: 3975373.
HSL color Cylindrical-coordinate representation of color #CDA83C: hue angle of 44.69º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CDA83C is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 168 | 60 | - |
| CMYK | 0 | 0.18 | 0.71 | 0.20 |
| HSL | 44.69º | 0.59% | 0.52% | - |
| HSV(B) | 44.69º | 0.71% | 0.8% | - |
| XYZ | 40 | 41.31 | 10.14 | - |
| YUV | 166.75 | 67.76 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 168 | 60 | 0 | 0.18 | 0.71 | 0.20 | 44.69 | 0.59 | 0.52 |
| Hex | CD | A8 | 3C | 0 | 12 | 47 | 14 | 2D | 3B | 34 |
| Octal | 315 | 250 | 74 | 0 | 22 | 107 | 24 | 55 | 73 | 64 |
| Binary | 11001101 | 10101000 | 111100 | 0 | 10010 | 1000111 | 10100 | 101101 | 111011 | 110100 |
Color Harmonies of #CDA83C
Complementary color
Monochromatic Colors of #CDA83C
Black with #CDA83C
Text Example
Text Example
White with #CDA83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA83C; }
p { color: rgb(205,168,60); }
H1.HeaderClassName
{
color: #CDA83C;
}
.AnyTagClassName
{
color: #CDA83C;
}
</style>
background-color css
<style>
a { background-color: #CDA83C; }
a { background-color: rgb(205,168,60); }
div.DivClassName
{
background-color: #CDA83C;
}
.BgClassName
{
background-color: #CDA83C;
}
</style>
border-color css
<style>
span { border-color: #CDA83C; }
span { border-color: rgb(205,168,60); }
td.TdClassName
{
border-color: #CDA83C;
}
.TagClassName
{
border-color: #CDA83C;
}
</style>