Shades of Metallic Gold #CDAC32
Tints of Metallic Gold #CDAC32
RGB
CMYK
RGB Variations
Color information
#CDAC32 (or 0xCDAC32) is known color: Metallic Gold. HEX triplet: CD, AC and 32. RGB value is (205,172,50). Sum of RGB (Red+Green+Blue) = 205+172+50=427 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.01% from 427); Green value is 172 (67.58% from 255 or 40.28% from 427); Blue value is 50 (19.92% from 255 or 11.71% from 427); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAC32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDAC32 is #3253CD. Grayscale: #A8A8A8. Windows color (decimal): -3298254 or 3321037. OLE color: 3321037.
HSL color Cylindrical-coordinate representation of color #CDAC32: hue angle of 47.23º 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 #CDAC32 is Cyan = 0, Magento = 0.16, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 172 | 50 | - |
| CMYK | 0 | 0.16 | 0.76 | 0.20 |
| HSL | 47.23º | 0.61% | 0.5% | - |
| HSV(B) | 47.23º | 0.76% | 0.8% | - |
| XYZ | 40.51 | 42.71 | 9.13 | - |
| YUV | 167.96 | 61.43 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 172 | 50 | 0 | 0.16 | 0.76 | 0.20 | 47.23 | 0.61 | 0.5 |
| Hex | CD | AC | 32 | 0 | 10 | 4C | 14 | 2F | 3D | 32 |
| Octal | 315 | 254 | 62 | 0 | 20 | 114 | 24 | 57 | 75 | 62 |
| Binary | 11001101 | 10101100 | 110010 | 0 | 10000 | 1001100 | 10100 | 101111 | 111101 | 110010 |
Color Harmonies of #CDAC32
Complementary color
Monochromatic Colors of #CDAC32
Black with #CDAC32
Text Example
Text Example
White with #CDAC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAC32; }
p { color: rgb(205,172,50); }
H1.HeaderClassName
{
color: #CDAC32;
}
.AnyTagClassName
{
color: #CDAC32;
}
</style>
background-color css
<style>
a { background-color: #CDAC32; }
a { background-color: rgb(205,172,50); }
div.DivClassName
{
background-color: #CDAC32;
}
.BgClassName
{
background-color: #CDAC32;
}
</style>
border-color css
<style>
span { border-color: #CDAC32; }
span { border-color: rgb(205,172,50); }
td.TdClassName
{
border-color: #CDAC32;
}
.TagClassName
{
border-color: #CDAC32;
}
</style>