Shades of Metallic Gold #CDA233
Tints of Metallic Gold #CDA233
RGB
CMYK
RGB Variations
Color information
#CDA233 (or 0xCDA233) is known color: Metallic Gold. HEX triplet: CD, A2 and 33. RGB value is (205,162,51). Sum of RGB (Red+Green+Blue) = 205+162+51=418 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.04% from 418); Green value is 162 (63.67% from 255 or 38.76% from 418); Blue value is 51 (20.31% from 255 or 12.20% from 418); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA233 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA233 is #325DCC. Grayscale: #A2A2A2. Windows color (decimal): -3300813 or 3384013. OLE color: 3384013.
HSL color Cylindrical-coordinate representation of color #CDA233: hue angle of 43.25º 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 #CDA233 is Cyan = 0, Magento = 0.21, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 162 | 51 | - |
| CMYK | 0 | 0.21 | 0.75 | 0.20 |
| HSL | 43.25º | 0.61% | 0.5% | - |
| HSV(B) | 43.25º | 0.75% | 0.8% | - |
| XYZ | 38.69 | 39.06 | 8.63 | - |
| YUV | 162.2 | 65.25 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 162 | 51 | 0 | 0.21 | 0.75 | 0.20 | 43.25 | 0.61 | 0.5 |
| Hex | CD | A2 | 33 | 0 | 15 | 4B | 14 | 2B | 3D | 32 |
| Octal | 315 | 242 | 63 | 0 | 25 | 113 | 24 | 53 | 75 | 62 |
| Binary | 11001101 | 10100010 | 110011 | 0 | 10101 | 1001011 | 10100 | 101011 | 111101 | 110010 |
Color Harmonies of #CDA233
Complementary color
Monochromatic Colors of #CDA233
Black with #CDA233
Text Example
Text Example
White with #CDA233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA233; }
p { color: rgb(205,162,51); }
H1.HeaderClassName
{
color: #CDA233;
}
.AnyTagClassName
{
color: #CDA233;
}
</style>
background-color css
<style>
a { background-color: #CDA233; }
a { background-color: rgb(205,162,51); }
div.DivClassName
{
background-color: #CDA233;
}
.BgClassName
{
background-color: #CDA233;
}
</style>
border-color css
<style>
span { border-color: #CDA233; }
span { border-color: rgb(205,162,51); }
td.TdClassName
{
border-color: #CDA233;
}
.TagClassName
{
border-color: #CDA233;
}
</style>