Shades of Metallic Gold #CDA430
Tints of Metallic Gold #CDA430
RGB
CMYK
RGB Variations
Color information
#CDA430 (or 0xCDA430) is known color: Metallic Gold. HEX triplet: CD, A4 and 30. RGB value is (205,164,48). Sum of RGB (Red+Green+Blue) = 205+164+48=417 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.16% from 417); Green value is 164 (64.45% from 255 or 39.33% from 417); Blue value is 48 (19.14% from 255 or 11.51% from 417); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA430 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA430 is #325BCF. Grayscale: #A3A3A3. Windows color (decimal): -3300304 or 3187917. OLE color: 3187917.
HSL color Cylindrical-coordinate representation of color #CDA430: hue angle of 44.33º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CDA430 is Cyan = 0, Magento = 0.2, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 164 | 48 | - |
| CMYK | 0 | 0.2 | 0.77 | 0.20 |
| HSL | 44.33º | 0.62% | 0.5% | - |
| HSV(B) | 44.33º | 0.77% | 0.8% | - |
| XYZ | 38.99 | 39.74 | 8.41 | - |
| YUV | 163.04 | 63.08 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 164 | 48 | 0 | 0.2 | 0.77 | 0.20 | 44.33 | 0.62 | 0.5 |
| Hex | CD | A4 | 30 | 0 | 14 | 4D | 14 | 2C | 3E | 32 |
| Octal | 315 | 244 | 60 | 0 | 24 | 115 | 24 | 54 | 76 | 62 |
| Binary | 11001101 | 10100100 | 110000 | 0 | 10100 | 1001101 | 10100 | 101100 | 111110 | 110010 |
Color Harmonies of #CDA430
Complementary color
Monochromatic Colors of #CDA430
Black with #CDA430
Text Example
Text Example
White with #CDA430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA430; }
p { color: rgb(205,164,48); }
H1.HeaderClassName
{
color: #CDA430;
}
.AnyTagClassName
{
color: #CDA430;
}
</style>
background-color css
<style>
a { background-color: #CDA430; }
a { background-color: rgb(205,164,48); }
div.DivClassName
{
background-color: #CDA430;
}
.BgClassName
{
background-color: #CDA430;
}
</style>
border-color css
<style>
span { border-color: #CDA430; }
span { border-color: rgb(205,164,48); }
td.TdClassName
{
border-color: #CDA430;
}
.TagClassName
{
border-color: #CDA430;
}
</style>