Shades of Old Gold #CDBA42
Tints of Old Gold #CDBA42
RGB
CMYK
RGB Variations
Color information
#CDBA42 (or 0xCDBA42) is known color: Old Gold. HEX triplet: CD, BA and 42. RGB value is (205,186,66). Sum of RGB (Red+Green+Blue) = 205+186+66=457 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.86% from 457); Green value is 186 (73.05% from 255 or 40.70% from 457); Blue value is 66 (26.17% from 255 or 14.44% from 457); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBA42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDBA42 is #3245BD. Grayscale: #B2B2B2. Windows color (decimal): -3294654 or 4373197. OLE color: 4373197.
HSL color Cylindrical-coordinate representation of color #CDBA42: hue angle of 51.8º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CDBA42 is Cyan = 0, Magento = 0.09, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 186 | 66 | - |
| CMYK | 0 | 0.09 | 0.68 | 0.20 |
| HSL | 51.8º | 0.58% | 0.53% | - |
| HSV(B) | 51.8º | 0.68% | 0.8% | - |
| XYZ | 43.72 | 48.49 | 12.21 | - |
| YUV | 178 | 64.79 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 186 | 66 | 0 | 0.09 | 0.68 | 0.20 | 51.8 | 0.58 | 0.53 |
| Hex | CD | BA | 42 | 0 | 9 | 44 | 14 | 34 | 3A | 35 |
| Octal | 315 | 272 | 102 | 0 | 11 | 104 | 24 | 64 | 72 | 65 |
| Binary | 11001101 | 10111010 | 1000010 | 0 | 1001 | 1000100 | 10100 | 110100 | 111010 | 110101 |
Color Harmonies of #CDBA42
Complementary color
Monochromatic Colors of #CDBA42
Black with #CDBA42
Text Example
Text Example
White with #CDBA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBA42; }
p { color: rgb(205,186,66); }
H1.HeaderClassName
{
color: #CDBA42;
}
.AnyTagClassName
{
color: #CDBA42;
}
</style>
background-color css
<style>
a { background-color: #CDBA42; }
a { background-color: rgb(205,186,66); }
div.DivClassName
{
background-color: #CDBA42;
}
.BgClassName
{
background-color: #CDBA42;
}
</style>
border-color css
<style>
span { border-color: #CDBA42; }
span { border-color: rgb(205,186,66); }
td.TdClassName
{
border-color: #CDBA42;
}
.TagClassName
{
border-color: #CDBA42;
}
</style>