Shades of Metallic Gold #CDB02D
Tints of Metallic Gold #CDB02D
RGB
CMYK
RGB Variations
Color information
#CDB02D (or 0xCDB02D) is known color: Metallic Gold. HEX triplet: CD, B0 and 2D. RGB value is (205,176,45). Sum of RGB (Red+Green+Blue) = 205+176+45=426 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.12% from 426); Green value is 176 (69.14% from 255 or 41.31% from 426); Blue value is 45 (17.97% from 255 or 10.56% from 426); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB02D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDB02D is #324FD2. Grayscale: #AAAAAA. Windows color (decimal): -3297235 or 2994381. OLE color: 2994381.
HSL color Cylindrical-coordinate representation of color #CDB02D: hue angle of 49.12º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CDB02D is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 176 | 45 | - |
| CMYK | 0 | 0.14 | 0.78 | 0.20 |
| HSL | 49.13º | 0.64% | 0.49% | - |
| HSV(B) | 49.13º | 0.78% | 0.8% | - |
| XYZ | 41.18 | 44.22 | 8.85 | - |
| YUV | 169.74 | 57.61 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 176 | 45 | 0 | 0.14 | 0.78 | 0.20 | 49.13 | 0.64 | 0.49 |
| Hex | CD | B0 | 2D | 0 | E | 4E | 14 | 31 | 40 | 31 |
| Octal | 315 | 260 | 55 | 0 | 16 | 116 | 24 | 61 | 100 | 61 |
| Binary | 11001101 | 10110000 | 101101 | 0 | 1110 | 1001110 | 10100 | 110001 | 1000000 | 110001 |
Color Harmonies of #CDB02D
Complementary color
Monochromatic Colors of #CDB02D
Black with #CDB02D
Text Example
Text Example
White with #CDB02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB02D; }
p { color: rgb(205,176,45); }
H1.HeaderClassName
{
color: #CDB02D;
}
.AnyTagClassName
{
color: #CDB02D;
}
</style>
background-color css
<style>
a { background-color: #CDB02D; }
a { background-color: rgb(205,176,45); }
div.DivClassName
{
background-color: #CDB02D;
}
.BgClassName
{
background-color: #CDB02D;
}
</style>
border-color css
<style>
span { border-color: #CDB02D; }
span { border-color: rgb(205,176,45); }
td.TdClassName
{
border-color: #CDB02D;
}
.TagClassName
{
border-color: #CDB02D;
}
</style>