Shades of Metallic Gold #CDA832
Tints of Metallic Gold #CDA832
RGB
CMYK
RGB Variations
Color information
#CDA832 (or 0xCDA832) is known color: Metallic Gold. HEX triplet: CD, A8 and 32. RGB value is (205,168,50). Sum of RGB (Red+Green+Blue) = 205+168+50=423 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.46% from 423); Green value is 168 (66.02% from 255 or 39.72% from 423); Blue value is 50 (19.92% from 255 or 11.82% from 423); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA832 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA832 is #3257CD. Grayscale: #A6A6A6. Windows color (decimal): -3299278 or 3320013. OLE color: 3320013.
HSL color Cylindrical-coordinate representation of color #CDA832: hue angle of 45.68º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CDA832 is Cyan = 0, Magento = 0.18, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 168 | 50 | - |
| CMYK | 0 | 0.18 | 0.76 | 0.20 |
| HSL | 45.68º | 0.61% | 0.5% | - |
| HSV(B) | 45.68º | 0.76% | 0.8% | - |
| XYZ | 39.76 | 41.21 | 8.88 | - |
| YUV | 165.61 | 62.76 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 168 | 50 | 0 | 0.18 | 0.76 | 0.20 | 45.68 | 0.61 | 0.5 |
| Hex | CD | A8 | 32 | 0 | 12 | 4C | 14 | 2E | 3D | 32 |
| Octal | 315 | 250 | 62 | 0 | 22 | 114 | 24 | 56 | 75 | 62 |
| Binary | 11001101 | 10101000 | 110010 | 0 | 10010 | 1001100 | 10100 | 101110 | 111101 | 110010 |
Color Harmonies of #CDA832
Complementary color
Monochromatic Colors of #CDA832
Black with #CDA832
Text Example
Text Example
White with #CDA832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA832; }
p { color: rgb(205,168,50); }
H1.HeaderClassName
{
color: #CDA832;
}
.AnyTagClassName
{
color: #CDA832;
}
</style>
background-color css
<style>
a { background-color: #CDA832; }
a { background-color: rgb(205,168,50); }
div.DivClassName
{
background-color: #CDA832;
}
.BgClassName
{
background-color: #CDA832;
}
</style>
border-color css
<style>
span { border-color: #CDA832; }
span { border-color: rgb(205,168,50); }
td.TdClassName
{
border-color: #CDA832;
}
.TagClassName
{
border-color: #CDA832;
}
</style>