Shades of Metallic Gold #CDA533
Tints of Metallic Gold #CDA533
RGB
CMYK
RGB Variations
Color information
#CDA533 (or 0xCDA533) is known color: Metallic Gold. HEX triplet: CD, A5 and 33. RGB value is (205,165,51). Sum of RGB (Red+Green+Blue) = 205+165+51=421 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.69% from 421); Green value is 165 (64.84% from 255 or 39.19% from 421); Blue value is 51 (20.31% from 255 or 12.11% from 421); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA533 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA533 is #325ACC. Grayscale: #A4A4A4. Windows color (decimal): -3300045 or 3384781. OLE color: 3384781.
HSL color Cylindrical-coordinate representation of color #CDA533: hue angle of 44.42º 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 #CDA533 is Cyan = 0, Magento = 0.20, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 165 | 51 | - |
| CMYK | 0 | 0.20 | 0.75 | 0.20 |
| HSL | 44.42º | 0.61% | 0.5% | - |
| HSV(B) | 44.42º | 0.75% | 0.8% | - |
| XYZ | 39.23 | 40.13 | 8.81 | - |
| YUV | 163.96 | 64.25 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 165 | 51 | 0 | 0.20 | 0.75 | 0.20 | 44.42 | 0.61 | 0.5 |
| Hex | CD | A5 | 33 | 0 | 14 | 4B | 14 | 2C | 3D | 32 |
| Octal | 315 | 245 | 63 | 0 | 24 | 113 | 24 | 54 | 75 | 62 |
| Binary | 11001101 | 10100101 | 110011 | 0 | 10100 | 1001011 | 10100 | 101100 | 111101 | 110010 |
Color Harmonies of #CDA533
Complementary color
Monochromatic Colors of #CDA533
Black with #CDA533
Text Example
Text Example
White with #CDA533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA533; }
p { color: rgb(205,165,51); }
H1.HeaderClassName
{
color: #CDA533;
}
.AnyTagClassName
{
color: #CDA533;
}
</style>
background-color css
<style>
a { background-color: #CDA533; }
a { background-color: rgb(205,165,51); }
div.DivClassName
{
background-color: #CDA533;
}
.BgClassName
{
background-color: #CDA533;
}
</style>
border-color css
<style>
span { border-color: #CDA533; }
span { border-color: rgb(205,165,51); }
td.TdClassName
{
border-color: #CDA533;
}
.TagClassName
{
border-color: #CDA533;
}
</style>