Shades of Metallic Gold #CDA830
Tints of Metallic Gold #CDA830
RGB
CMYK
RGB Variations
Color information
#CDA830 (or 0xCDA830) is known color: Metallic Gold. HEX triplet: CD, A8 and 30. RGB value is (205,168,48). Sum of RGB (Red+Green+Blue) = 205+168+48=421 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.69% from 421); Green value is 168 (66.02% from 255 or 39.90% from 421); Blue value is 48 (19.14% from 255 or 11.40% from 421); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA830 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA830 is #3257CF. Grayscale: #A5A5A5. Windows color (decimal): -3299280 or 3188941. OLE color: 3188941.
HSL color Cylindrical-coordinate representation of color #CDA830: hue angle of 45.86º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CDA830 is Cyan = 0, Magento = 0.18, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 168 | 48 | - |
| CMYK | 0 | 0.18 | 0.77 | 0.20 |
| HSL | 45.86º | 0.62% | 0.5% | - |
| HSV(B) | 45.86º | 0.77% | 0.8% | - |
| XYZ | 39.71 | 41.2 | 8.66 | - |
| YUV | 165.38 | 61.76 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 168 | 48 | 0 | 0.18 | 0.77 | 0.20 | 45.86 | 0.62 | 0.5 |
| Hex | CD | A8 | 30 | 0 | 12 | 4D | 14 | 2E | 3E | 32 |
| Octal | 315 | 250 | 60 | 0 | 22 | 115 | 24 | 56 | 76 | 62 |
| Binary | 11001101 | 10101000 | 110000 | 0 | 10010 | 1001101 | 10100 | 101110 | 111110 | 110010 |
Color Harmonies of #CDA830
Complementary color
Monochromatic Colors of #CDA830
Black with #CDA830
Text Example
Text Example
White with #CDA830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA830; }
p { color: rgb(205,168,48); }
H1.HeaderClassName
{
color: #CDA830;
}
.AnyTagClassName
{
color: #CDA830;
}
</style>
background-color css
<style>
a { background-color: #CDA830; }
a { background-color: rgb(205,168,48); }
div.DivClassName
{
background-color: #CDA830;
}
.BgClassName
{
background-color: #CDA830;
}
</style>
border-color css
<style>
span { border-color: #CDA830; }
span { border-color: rgb(205,168,48); }
td.TdClassName
{
border-color: #CDA830;
}
.TagClassName
{
border-color: #CDA830;
}
</style>