Shades of Old Gold #CCBD3A
Tints of Old Gold #CCBD3A
RGB
CMYK
RGB Variations
Color information
#CCBD3A (or 0xCCBD3A) is known color: Old Gold. HEX triplet: CC, BD and 3A. RGB value is (204,189,58). Sum of RGB (Red+Green+Blue) = 204+189+58=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 189 (74.22% from 255 or 41.91% from 451); Blue value is 58 (23.05% from 255 or 12.86% from 451); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBD3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBD3A is #3342C5. Grayscale: #B3B3B3. Windows color (decimal): -3359430 or 3849676. OLE color: 3849676.
HSL color Cylindrical-coordinate representation of color #CCBD3A: hue angle of 53.84º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CCBD3A is Cyan = 0, Magento = 0.07, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 189 | 58 | - |
| CMYK | 0 | 0.07 | 0.72 | 0.2 |
| HSL | 53.84º | 0.59% | 0.51% | - |
| HSV(B) | 53.84º | 0.72% | 0.8% | - |
| XYZ | 43.86 | 49.54 | 11.25 | - |
| YUV | 178.55 | 59.97 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 189 | 58 | 0 | 0.07 | 0.72 | 0.2 | 53.84 | 0.59 | 0.51 |
| Hex | CC | BD | 3A | 0 | 7 | 48 | 14 | 36 | 3B | 33 |
| Octal | 314 | 275 | 72 | 0 | 7 | 110 | 24 | 66 | 73 | 63 |
| Binary | 11001100 | 10111101 | 111010 | 0 | 111 | 1001000 | 10100 | 110110 | 111011 | 110011 |
Color Harmonies of #CCBD3A
Complementary color
Monochromatic Colors of #CCBD3A
Black with #CCBD3A
Text Example
Text Example
White with #CCBD3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBD3A; }
p { color: rgb(204,189,58); }
H1.HeaderClassName
{
color: #CCBD3A;
}
.AnyTagClassName
{
color: #CCBD3A;
}
</style>
background-color css
<style>
a { background-color: #CCBD3A; }
a { background-color: rgb(204,189,58); }
div.DivClassName
{
background-color: #CCBD3A;
}
.BgClassName
{
background-color: #CCBD3A;
}
</style>
border-color css
<style>
span { border-color: #CCBD3A; }
span { border-color: rgb(204,189,58); }
td.TdClassName
{
border-color: #CCBD3A;
}
.TagClassName
{
border-color: #CCBD3A;
}
</style>