Shades of Metallic Gold #CDB033
Tints of Metallic Gold #CDB033
RGB
CMYK
RGB Variations
Color information
#CDB033 (or 0xCDB033) is known color: Metallic Gold. HEX triplet: CD, B0 and 33. RGB value is (205,176,51). Sum of RGB (Red+Green+Blue) = 205+176+51=432 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.45% from 432); Green value is 176 (69.14% from 255 or 40.74% from 432); Blue value is 51 (20.31% from 255 or 11.81% from 432); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB033 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDB033 is #324FCC. Grayscale: #AAAAAA. Windows color (decimal): -3297229 or 3387597. OLE color: 3387597.
HSL color Cylindrical-coordinate representation of color #CDB033: hue angle of 48.7º 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 #CDB033 is Cyan = 0, Magento = 0.14, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 176 | 51 | - |
| CMYK | 0 | 0.14 | 0.75 | 0.20 |
| HSL | 48.7º | 0.61% | 0.5% | - |
| HSV(B) | 48.7º | 0.75% | 0.8% | - |
| XYZ | 41.3 | 44.27 | 9.5 | - |
| YUV | 170.42 | 60.61 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 176 | 51 | 0 | 0.14 | 0.75 | 0.20 | 48.7 | 0.61 | 0.5 |
| Hex | CD | B0 | 33 | 0 | E | 4B | 14 | 31 | 3D | 32 |
| Octal | 315 | 260 | 63 | 0 | 16 | 113 | 24 | 61 | 75 | 62 |
| Binary | 11001101 | 10110000 | 110011 | 0 | 1110 | 1001011 | 10100 | 110001 | 111101 | 110010 |
Color Harmonies of #CDB033
Complementary color
Monochromatic Colors of #CDB033
Black with #CDB033
Text Example
Text Example
White with #CDB033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB033; }
p { color: rgb(205,176,51); }
H1.HeaderClassName
{
color: #CDB033;
}
.AnyTagClassName
{
color: #CDB033;
}
</style>
background-color css
<style>
a { background-color: #CDB033; }
a { background-color: rgb(205,176,51); }
div.DivClassName
{
background-color: #CDB033;
}
.BgClassName
{
background-color: #CDB033;
}
</style>
border-color css
<style>
span { border-color: #CDB033; }
span { border-color: rgb(205,176,51); }
td.TdClassName
{
border-color: #CDB033;
}
.TagClassName
{
border-color: #CDB033;
}
</style>