Shades of Metallic Gold #CDAB32
Tints of Metallic Gold #CDAB32
RGB
CMYK
RGB Variations
Color information
#CDAB32 (or 0xCDAB32) is known color: Metallic Gold. HEX triplet: CD, AB and 32. RGB value is (205,171,50). Sum of RGB (Red+Green+Blue) = 205+171+50=426 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.12% from 426); Green value is 171 (67.19% from 255 or 40.14% from 426); Blue value is 50 (19.92% from 255 or 11.74% from 426); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAB32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDAB32 is #3254CD. Grayscale: #A7A7A7. Windows color (decimal): -3298510 or 3320781. OLE color: 3320781.
HSL color Cylindrical-coordinate representation of color #CDAB32: hue angle of 46.84º 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 #CDAB32 is Cyan = 0, Magento = 0.17, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 171 | 50 | - |
| CMYK | 0 | 0.17 | 0.76 | 0.20 |
| HSL | 46.84º | 0.61% | 0.5% | - |
| HSV(B) | 46.84º | 0.76% | 0.8% | - |
| XYZ | 40.32 | 42.34 | 9.06 | - |
| YUV | 167.37 | 61.76 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 171 | 50 | 0 | 0.17 | 0.76 | 0.20 | 46.84 | 0.61 | 0.5 |
| Hex | CD | AB | 32 | 0 | 11 | 4C | 14 | 2F | 3D | 32 |
| Octal | 315 | 253 | 62 | 0 | 21 | 114 | 24 | 57 | 75 | 62 |
| Binary | 11001101 | 10101011 | 110010 | 0 | 10001 | 1001100 | 10100 | 101111 | 111101 | 110010 |
Color Harmonies of #CDAB32
Complementary color
Monochromatic Colors of #CDAB32
Black with #CDAB32
Text Example
Text Example
White with #CDAB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAB32; }
p { color: rgb(205,171,50); }
H1.HeaderClassName
{
color: #CDAB32;
}
.AnyTagClassName
{
color: #CDAB32;
}
</style>
background-color css
<style>
a { background-color: #CDAB32; }
a { background-color: rgb(205,171,50); }
div.DivClassName
{
background-color: #CDAB32;
}
.BgClassName
{
background-color: #CDAB32;
}
</style>
border-color css
<style>
span { border-color: #CDAB32; }
span { border-color: rgb(205,171,50); }
td.TdClassName
{
border-color: #CDAB32;
}
.TagClassName
{
border-color: #CDAB32;
}
</style>