Shades of Old Gold #CDBB3A
Tints of Old Gold #CDBB3A
RGB
CMYK
RGB Variations
Color information
#CDBB3A (or 0xCDBB3A) is known color: Old Gold. HEX triplet: CD, BB and 3A. RGB value is (205,187,58). Sum of RGB (Red+Green+Blue) = 205+187+58=450 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.56% from 450); Green value is 187 (73.44% from 255 or 41.56% from 450); Blue value is 58 (23.05% from 255 or 12.89% from 450); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBB3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDBB3A is #3244C5. Grayscale: #B2B2B2. Windows color (decimal): -3294406 or 3849165. OLE color: 3849165.
HSL color Cylindrical-coordinate representation of color #CDBB3A: hue angle of 52.65º 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 #CDBB3A is Cyan = 0, Magento = 0.09, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 187 | 58 | - |
| CMYK | 0 | 0.09 | 0.72 | 0.20 |
| HSL | 52.65º | 0.6% | 0.52% | - |
| HSV(B) | 52.65º | 0.72% | 0.8% | - |
| XYZ | 43.71 | 48.83 | 11.12 | - |
| YUV | 177.68 | 60.46 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 187 | 58 | 0 | 0.09 | 0.72 | 0.20 | 52.65 | 0.6 | 0.52 |
| Hex | CD | BB | 3A | 0 | 9 | 48 | 14 | 35 | 3C | 34 |
| Octal | 315 | 273 | 72 | 0 | 11 | 110 | 24 | 65 | 74 | 64 |
| Binary | 11001101 | 10111011 | 111010 | 0 | 1001 | 1001000 | 10100 | 110101 | 111100 | 110100 |
Color Harmonies of #CDBB3A
Complementary color
Monochromatic Colors of #CDBB3A
Black with #CDBB3A
Text Example
Text Example
White with #CDBB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBB3A; }
p { color: rgb(205,187,58); }
H1.HeaderClassName
{
color: #CDBB3A;
}
.AnyTagClassName
{
color: #CDBB3A;
}
</style>
background-color css
<style>
a { background-color: #CDBB3A; }
a { background-color: rgb(205,187,58); }
div.DivClassName
{
background-color: #CDBB3A;
}
.BgClassName
{
background-color: #CDBB3A;
}
</style>
border-color css
<style>
span { border-color: #CDBB3A; }
span { border-color: rgb(205,187,58); }
td.TdClassName
{
border-color: #CDBB3A;
}
.TagClassName
{
border-color: #CDBB3A;
}
</style>