Shades of Metallic Gold #CDA935
Tints of Metallic Gold #CDA935
RGB
CMYK
RGB Variations
Color information
#CDA935 (or 0xCDA935) is known color: Metallic Gold. HEX triplet: CD, A9 and 35. RGB value is (205,169,53). Sum of RGB (Red+Green+Blue) = 205+169+53=427 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.01% from 427); Green value is 169 (66.41% from 255 or 39.58% from 427); Blue value is 53 (21.09% from 255 or 12.41% from 427); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA935 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA935 is #3256CA. Grayscale: #A7A7A7. Windows color (decimal): -3299019 or 3516877. OLE color: 3516877.
HSL color Cylindrical-coordinate representation of color #CDA935: hue angle of 45.79º 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 #CDA935 is Cyan = 0, Magento = 0.18, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 169 | 53 | - |
| CMYK | 0 | 0.18 | 0.74 | 0.20 |
| HSL | 45.79º | 0.6% | 0.51% | - |
| HSV(B) | 45.79º | 0.74% | 0.8% | - |
| XYZ | 40.01 | 41.61 | 9.29 | - |
| YUV | 166.54 | 63.93 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 169 | 53 | 0 | 0.18 | 0.74 | 0.20 | 45.79 | 0.6 | 0.51 |
| Hex | CD | A9 | 35 | 0 | 12 | 4A | 14 | 2E | 3C | 33 |
| Octal | 315 | 251 | 65 | 0 | 22 | 112 | 24 | 56 | 74 | 63 |
| Binary | 11001101 | 10101001 | 110101 | 0 | 10010 | 1001010 | 10100 | 101110 | 111100 | 110011 |
Color Harmonies of #CDA935
Complementary color
Monochromatic Colors of #CDA935
Black with #CDA935
Text Example
Text Example
White with #CDA935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA935; }
p { color: rgb(205,169,53); }
H1.HeaderClassName
{
color: #CDA935;
}
.AnyTagClassName
{
color: #CDA935;
}
</style>
background-color css
<style>
a { background-color: #CDA935; }
a { background-color: rgb(205,169,53); }
div.DivClassName
{
background-color: #CDA935;
}
.BgClassName
{
background-color: #CDA935;
}
</style>
border-color css
<style>
span { border-color: #CDA935; }
span { border-color: rgb(205,169,53); }
td.TdClassName
{
border-color: #CDA935;
}
.TagClassName
{
border-color: #CDA935;
}
</style>