Shades of Metallic Gold #CDA033
Tints of Metallic Gold #CDA033
RGB
CMYK
RGB Variations
Color information
#CDA033 (or 0xCDA033) is known color: Metallic Gold. HEX triplet: CD, A0 and 33. RGB value is (205,160,51). Sum of RGB (Red+Green+Blue) = 205+160+51=416 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.28% from 416); Green value is 160 (62.89% from 255 or 38.46% from 416); Blue value is 51 (20.31% from 255 or 12.26% from 416); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA033 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA033 is #325FCC. Grayscale: #A1A1A1. Windows color (decimal): -3301325 or 3383501. OLE color: 3383501.
HSL color Cylindrical-coordinate representation of color #CDA033: hue angle of 42.47º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CDA033 is Cyan = 0, Magento = 0.22, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 160 | 51 | - |
| CMYK | 0 | 0.22 | 0.75 | 0.20 |
| HSL | 42.47º | 0.61% | 0.5% | - |
| HSV(B) | 42.47º | 0.75% | 0.8% | - |
| XYZ | 38.35 | 38.36 | 8.52 | - |
| YUV | 161.03 | 65.91 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 160 | 51 | 0 | 0.22 | 0.75 | 0.20 | 42.47 | 0.61 | 0.5 |
| Hex | CD | A0 | 33 | 0 | 16 | 4B | 14 | 2A | 3D | 32 |
| Octal | 315 | 240 | 63 | 0 | 26 | 113 | 24 | 52 | 75 | 62 |
| Binary | 11001101 | 10100000 | 110011 | 0 | 10110 | 1001011 | 10100 | 101010 | 111101 | 110010 |
Color Harmonies of #CDA033
Complementary color
Monochromatic Colors of #CDA033
Black with #CDA033
Text Example
Text Example
White with #CDA033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA033; }
p { color: rgb(205,160,51); }
H1.HeaderClassName
{
color: #CDA033;
}
.AnyTagClassName
{
color: #CDA033;
}
</style>
background-color css
<style>
a { background-color: #CDA033; }
a { background-color: rgb(205,160,51); }
div.DivClassName
{
background-color: #CDA033;
}
.BgClassName
{
background-color: #CDA033;
}
</style>
border-color css
<style>
span { border-color: #CDA033; }
span { border-color: rgb(205,160,51); }
td.TdClassName
{
border-color: #CDA033;
}
.TagClassName
{
border-color: #CDA033;
}
</style>