Shades of Metallic Gold #CDAB30
Tints of Metallic Gold #CDAB30
RGB
CMYK
RGB Variations
Color information
#CDAB30 (or 0xCDAB30) is known color: Metallic Gold. HEX triplet: CD, AB and 30. RGB value is (205,171,48). Sum of RGB (Red+Green+Blue) = 205+171+48=424 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.35% from 424); Green value is 171 (67.19% from 255 or 40.33% from 424); Blue value is 48 (19.14% from 255 or 11.32% from 424); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAB30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDAB30 is #3254CF. Grayscale: #A7A7A7. Windows color (decimal): -3298512 or 3189709. OLE color: 3189709.
HSL color Cylindrical-coordinate representation of color #CDAB30: hue angle of 47.01º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CDAB30 is Cyan = 0, Magento = 0.17, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 171 | 48 | - |
| CMYK | 0 | 0.17 | 0.77 | 0.20 |
| HSL | 47.01º | 0.62% | 0.5% | - |
| HSV(B) | 47.01º | 0.77% | 0.8% | - |
| XYZ | 40.27 | 42.32 | 8.84 | - |
| YUV | 167.14 | 60.76 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 171 | 48 | 0 | 0.17 | 0.77 | 0.20 | 47.01 | 0.62 | 0.5 |
| Hex | CD | AB | 30 | 0 | 11 | 4D | 14 | 2F | 3E | 32 |
| Octal | 315 | 253 | 60 | 0 | 21 | 115 | 24 | 57 | 76 | 62 |
| Binary | 11001101 | 10101011 | 110000 | 0 | 10001 | 1001101 | 10100 | 101111 | 111110 | 110010 |
Color Harmonies of #CDAB30
Complementary color
Monochromatic Colors of #CDAB30
Black with #CDAB30
Text Example
Text Example
White with #CDAB30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAB30; }
p { color: rgb(205,171,48); }
H1.HeaderClassName
{
color: #CDAB30;
}
.AnyTagClassName
{
color: #CDAB30;
}
</style>
background-color css
<style>
a { background-color: #CDAB30; }
a { background-color: rgb(205,171,48); }
div.DivClassName
{
background-color: #CDAB30;
}
.BgClassName
{
background-color: #CDAB30;
}
</style>
border-color css
<style>
span { border-color: #CDAB30; }
span { border-color: rgb(205,171,48); }
td.TdClassName
{
border-color: #CDAB30;
}
.TagClassName
{
border-color: #CDAB30;
}
</style>