Shades of Metallic Gold #CDA33A
Tints of Metallic Gold #CDA33A
RGB
CMYK
RGB Variations
Color information
#CDA33A (or 0xCDA33A) is known color: Metallic Gold. HEX triplet: CD, A3 and 3A. RGB value is (205,163,58). Sum of RGB (Red+Green+Blue) = 205+163+58=426 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.12% from 426); Green value is 163 (64.06% from 255 or 38.26% from 426); Blue value is 58 (23.05% from 255 or 13.62% from 426); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA33A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA33A is #325CC5. Grayscale: #A4A4A4. Windows color (decimal): -3300550 or 3843021. OLE color: 3843021.
HSL color Cylindrical-coordinate representation of color #CDA33A: hue angle of 42.86º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CDA33A is Cyan = 0, Magento = 0.20, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 163 | 58 | - |
| CMYK | 0 | 0.20 | 0.72 | 0.20 |
| HSL | 42.86º | 0.6% | 0.52% | - |
| HSV(B) | 42.86º | 0.72% | 0.8% | - |
| XYZ | 39.04 | 39.48 | 9.57 | - |
| YUV | 163.59 | 68.41 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 163 | 58 | 0 | 0.20 | 0.72 | 0.20 | 42.86 | 0.6 | 0.52 |
| Hex | CD | A3 | 3A | 0 | 14 | 48 | 14 | 2B | 3C | 34 |
| Octal | 315 | 243 | 72 | 0 | 24 | 110 | 24 | 53 | 74 | 64 |
| Binary | 11001101 | 10100011 | 111010 | 0 | 10100 | 1001000 | 10100 | 101011 | 111100 | 110100 |
Color Harmonies of #CDA33A
Complementary color
Monochromatic Colors of #CDA33A
Black with #CDA33A
Text Example
Text Example
White with #CDA33A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA33A; }
p { color: rgb(205,163,58); }
H1.HeaderClassName
{
color: #CDA33A;
}
.AnyTagClassName
{
color: #CDA33A;
}
</style>
background-color css
<style>
a { background-color: #CDA33A; }
a { background-color: rgb(205,163,58); }
div.DivClassName
{
background-color: #CDA33A;
}
.BgClassName
{
background-color: #CDA33A;
}
</style>
border-color css
<style>
span { border-color: #CDA33A; }
span { border-color: rgb(205,163,58); }
td.TdClassName
{
border-color: #CDA33A;
}
.TagClassName
{
border-color: #CDA33A;
}
</style>