Shades of Metallic Gold #CDA435
Tints of Metallic Gold #CDA435
RGB
CMYK
RGB Variations
Color information
#CDA435 (or 0xCDA435) is known color: Metallic Gold. HEX triplet: CD, A4 and 35. RGB value is (205,164,53). Sum of RGB (Red+Green+Blue) = 205+164+53=422 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.58% from 422); Green value is 164 (64.45% from 255 or 38.86% from 422); Blue value is 53 (21.09% from 255 or 12.56% from 422); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA435 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA435 is #325BCA. Grayscale: #A4A4A4. Windows color (decimal): -3300299 or 3515597. OLE color: 3515597.
HSL color Cylindrical-coordinate representation of color #CDA435: hue angle of 43.82º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CDA435 is Cyan = 0, Magento = 0.2, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 164 | 53 | - |
| CMYK | 0 | 0.2 | 0.74 | 0.20 |
| HSL | 43.82º | 0.6% | 0.51% | - |
| HSV(B) | 43.82º | 0.74% | 0.8% | - |
| XYZ | 39.09 | 39.79 | 8.99 | - |
| YUV | 163.61 | 65.58 | 157.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 164 | 53 | 0 | 0.2 | 0.74 | 0.20 | 43.82 | 0.6 | 0.51 |
| Hex | CD | A4 | 35 | 0 | 14 | 4A | 14 | 2C | 3C | 33 |
| Octal | 315 | 244 | 65 | 0 | 24 | 112 | 24 | 54 | 74 | 63 |
| Binary | 11001101 | 10100100 | 110101 | 0 | 10100 | 1001010 | 10100 | 101100 | 111100 | 110011 |
Color Harmonies of #CDA435
Complementary color
Monochromatic Colors of #CDA435
Black with #CDA435
Text Example
Text Example
White with #CDA435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA435; }
p { color: rgb(205,164,53); }
H1.HeaderClassName
{
color: #CDA435;
}
.AnyTagClassName
{
color: #CDA435;
}
</style>
background-color css
<style>
a { background-color: #CDA435; }
a { background-color: rgb(205,164,53); }
div.DivClassName
{
background-color: #CDA435;
}
.BgClassName
{
background-color: #CDA435;
}
</style>
border-color css
<style>
span { border-color: #CDA435; }
span { border-color: rgb(205,164,53); }
td.TdClassName
{
border-color: #CDA435;
}
.TagClassName
{
border-color: #CDA435;
}
</style>