Shades of Metallic Gold #CDB030
Tints of Metallic Gold #CDB030
RGB
CMYK
RGB Variations
Color information
#CDB030 (or 0xCDB030) is known color: Metallic Gold. HEX triplet: CD, B0 and 30. RGB value is (205,176,48). Sum of RGB (Red+Green+Blue) = 205+176+48=429 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.79% from 429); Green value is 176 (69.14% from 255 or 41.03% from 429); Blue value is 48 (19.14% from 255 or 11.19% from 429); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB030 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDB030 is #324FCF. Grayscale: #AAAAAA. Windows color (decimal): -3297232 or 3190989. OLE color: 3190989.
HSL color Cylindrical-coordinate representation of color #CDB030: hue angle of 48.92º 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 #CDB030 is Cyan = 0, Magento = 0.14, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 176 | 48 | - |
| CMYK | 0 | 0.14 | 0.77 | 0.20 |
| HSL | 48.92º | 0.62% | 0.5% | - |
| HSV(B) | 48.92º | 0.77% | 0.8% | - |
| XYZ | 41.24 | 44.24 | 9.16 | - |
| YUV | 170.08 | 59.11 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 176 | 48 | 0 | 0.14 | 0.77 | 0.20 | 48.92 | 0.62 | 0.5 |
| Hex | CD | B0 | 30 | 0 | E | 4D | 14 | 31 | 3E | 32 |
| Octal | 315 | 260 | 60 | 0 | 16 | 115 | 24 | 61 | 76 | 62 |
| Binary | 11001101 | 10110000 | 110000 | 0 | 1110 | 1001101 | 10100 | 110001 | 111110 | 110010 |
Color Harmonies of #CDB030
Complementary color
Monochromatic Colors of #CDB030
Black with #CDB030
Text Example
Text Example
White with #CDB030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB030; }
p { color: rgb(205,176,48); }
H1.HeaderClassName
{
color: #CDB030;
}
.AnyTagClassName
{
color: #CDB030;
}
</style>
background-color css
<style>
a { background-color: #CDB030; }
a { background-color: rgb(205,176,48); }
div.DivClassName
{
background-color: #CDB030;
}
.BgClassName
{
background-color: #CDB030;
}
</style>
border-color css
<style>
span { border-color: #CDB030; }
span { border-color: rgb(205,176,48); }
td.TdClassName
{
border-color: #CDB030;
}
.TagClassName
{
border-color: #CDB030;
}
</style>