Shades of Old Gold #CCBA2D
Tints of Old Gold #CCBA2D
RGB
CMYK
RGB Variations
Color information
#CCBA2D (or 0xCCBA2D) is known color: Old Gold. HEX triplet: CC, BA and 2D. RGB value is (204,186,45). Sum of RGB (Red+Green+Blue) = 204+186+45=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 186 (73.05% from 255 or 42.76% from 435); Blue value is 45 (17.97% from 255 or 10.34% from 435); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBA2D is #3345D2. Grayscale: #AFAFAF. Windows color (decimal): -3360211 or 2996940. OLE color: 2996940.
HSL color Cylindrical-coordinate representation of color #CCBA2D: hue angle of 53.21º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CCBA2D is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 186 | 45 | - |
| CMYK | 0 | 0.09 | 0.78 | 0.2 |
| HSL | 53.21º | 0.64% | 0.49% | - |
| HSV(B) | 53.21º | 0.78% | 0.8% | - |
| XYZ | 42.93 | 48.14 | 9.51 | - |
| YUV | 175.31 | 54.46 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 186 | 45 | 0 | 0.09 | 0.78 | 0.2 | 53.21 | 0.64 | 0.49 |
| Hex | CC | BA | 2D | 0 | 9 | 4E | 14 | 35 | 40 | 31 |
| Octal | 314 | 272 | 55 | 0 | 11 | 116 | 24 | 65 | 100 | 61 |
| Binary | 11001100 | 10111010 | 101101 | 0 | 1001 | 1001110 | 10100 | 110101 | 1000000 | 110001 |
Color Harmonies of #CCBA2D
Complementary color
Monochromatic Colors of #CCBA2D
Black with #CCBA2D
Text Example
Text Example
White with #CCBA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBA2D; }
p { color: rgb(204,186,45); }
H1.HeaderClassName
{
color: #CCBA2D;
}
.AnyTagClassName
{
color: #CCBA2D;
}
</style>
background-color css
<style>
a { background-color: #CCBA2D; }
a { background-color: rgb(204,186,45); }
div.DivClassName
{
background-color: #CCBA2D;
}
.BgClassName
{
background-color: #CCBA2D;
}
</style>
border-color css
<style>
span { border-color: #CCBA2D; }
span { border-color: rgb(204,186,45); }
td.TdClassName
{
border-color: #CCBA2D;
}
.TagClassName
{
border-color: #CCBA2D;
}
</style>