Shades of Metallic Gold #CDAD3A
Tints of Metallic Gold #CDAD3A
RGB
CMYK
RGB Variations
Color information
#CDAD3A (or 0xCDAD3A) is known color: Metallic Gold. HEX triplet: CD, AD and 3A. RGB value is (205,173,58). Sum of RGB (Red+Green+Blue) = 205+173+58=436 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.02% from 436); Green value is 173 (67.97% from 255 or 39.68% from 436); Blue value is 58 (23.05% from 255 or 13.30% from 436); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAD3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDAD3A is #3252C5. Grayscale: #A9A9A9. Windows color (decimal): -3297990 or 3845581. OLE color: 3845581.
HSL color Cylindrical-coordinate representation of color #CDAD3A: hue angle of 46.94º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CDAD3A is Cyan = 0, Magento = 0.16, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 173 | 58 | - |
CMYK | 0 | 0.16 | 0.72 | 0.20 |
HSL | 46.94º | 0.6% | 0.52% | - |
HSV(B) | 46.94º | 0.72% | 0.8% | - |
XYZ | 40.88 | 43.17 | 10.18 | - |
YUV | 169.46 | 65.1 | 153.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 173 | 58 | 0 | 0.16 | 0.72 | 0.20 | 46.94 | 0.6 | 0.52 |
Hex | CD | AD | 3A | 0 | 10 | 48 | 14 | 2F | 3C | 34 |
Octal | 315 | 255 | 72 | 0 | 20 | 110 | 24 | 57 | 74 | 64 |
Binary | 11001101 | 10101101 | 111010 | 0 | 10000 | 1001000 | 10100 | 101111 | 111100 | 110100 |
Color Harmonies of #CDAD3A
Complementary color
Monochromatic Colors of #CDAD3A
Black with #CDAD3A
Text Example
Text Example
White with #CDAD3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAD3A; }
p { color: rgb(205,173,58); }
H1.HeaderClassName
{
color: #CDAD3A;
}
.AnyTagClassName
{
color: #CDAD3A;
}
</style>
background-color css
<style>
a { background-color: #CDAD3A; }
a { background-color: rgb(205,173,58); }
div.DivClassName
{
background-color: #CDAD3A;
}
.BgClassName
{
background-color: #CDAD3A;
}
</style>
border-color css
<style>
span { border-color: #CDAD3A; }
span { border-color: rgb(205,173,58); }
td.TdClassName
{
border-color: #CDAD3A;
}
.TagClassName
{
border-color: #CDAD3A;
}
</style>