Shades of Metallic Gold #CDA133
Tints of Metallic Gold #CDA133
RGB
CMYK
RGB Variations
Color information
#CDA133 (or 0xCDA133) is known color: Metallic Gold. HEX triplet: CD, A1 and 33. RGB value is (205,161,51). Sum of RGB (Red+Green+Blue) = 205+161+51=417 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.16% from 417); Green value is 161 (63.28% from 255 or 38.61% from 417); Blue value is 51 (20.31% from 255 or 12.23% from 417); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA133 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA133 is #325ECC. Grayscale: #A2A2A2. Windows color (decimal): -3301069 or 3383757. OLE color: 3383757.
HSL color Cylindrical-coordinate representation of color #CDA133: hue angle of 42.86º 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 #CDA133 is Cyan = 0, Magento = 0.21, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 161 | 51 | - |
| CMYK | 0 | 0.21 | 0.75 | 0.20 |
| HSL | 42.86º | 0.61% | 0.5% | - |
| HSV(B) | 42.86º | 0.75% | 0.8% | - |
| XYZ | 38.52 | 38.71 | 8.57 | - |
| YUV | 161.62 | 65.58 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 161 | 51 | 0 | 0.21 | 0.75 | 0.20 | 42.86 | 0.61 | 0.5 |
| Hex | CD | A1 | 33 | 0 | 15 | 4B | 14 | 2B | 3D | 32 |
| Octal | 315 | 241 | 63 | 0 | 25 | 113 | 24 | 53 | 75 | 62 |
| Binary | 11001101 | 10100001 | 110011 | 0 | 10101 | 1001011 | 10100 | 101011 | 111101 | 110010 |
Color Harmonies of #CDA133
Complementary color
Monochromatic Colors of #CDA133
Black with #CDA133
Text Example
Text Example
White with #CDA133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA133; }
p { color: rgb(205,161,51); }
H1.HeaderClassName
{
color: #CDA133;
}
.AnyTagClassName
{
color: #CDA133;
}
</style>
background-color css
<style>
a { background-color: #CDA133; }
a { background-color: rgb(205,161,51); }
div.DivClassName
{
background-color: #CDA133;
}
.BgClassName
{
background-color: #CDA133;
}
</style>
border-color css
<style>
span { border-color: #CDA133; }
span { border-color: rgb(205,161,51); }
td.TdClassName
{
border-color: #CDA133;
}
.TagClassName
{
border-color: #CDA133;
}
</style>