Shades of Old Gold #CCBE3A
Tints of Old Gold #CCBE3A
RGB
CMYK
RGB Variations
Color information
#CCBE3A (or 0xCCBE3A) is known color: Old Gold. HEX triplet: CC, BE and 3A. RGB value is (204,190,58). Sum of RGB (Red+Green+Blue) = 204+190+58=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 190 (74.61% from 255 or 42.04% from 452); Blue value is 58 (23.05% from 255 or 12.83% from 452); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBE3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBE3A is #3341C5. Grayscale: #B3B3B3. Windows color (decimal): -3359174 or 3849932. OLE color: 3849932.
HSL color Cylindrical-coordinate representation of color #CCBE3A: hue angle of 54.25º 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 #CCBE3A is Cyan = 0, Magento = 0.07, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 190 | 58 | - |
| CMYK | 0 | 0.07 | 0.72 | 0.2 |
| HSL | 54.25º | 0.59% | 0.51% | - |
| HSV(B) | 54.25º | 0.72% | 0.8% | - |
| XYZ | 44.08 | 49.97 | 11.32 | - |
| YUV | 179.14 | 59.64 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 190 | 58 | 0 | 0.07 | 0.72 | 0.2 | 54.25 | 0.59 | 0.51 |
| Hex | CC | BE | 3A | 0 | 7 | 48 | 14 | 36 | 3B | 33 |
| Octal | 314 | 276 | 72 | 0 | 7 | 110 | 24 | 66 | 73 | 63 |
| Binary | 11001100 | 10111110 | 111010 | 0 | 111 | 1001000 | 10100 | 110110 | 111011 | 110011 |
Color Harmonies of #CCBE3A
Complementary color
Monochromatic Colors of #CCBE3A
Black with #CCBE3A
Text Example
Text Example
White with #CCBE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBE3A; }
p { color: rgb(204,190,58); }
H1.HeaderClassName
{
color: #CCBE3A;
}
.AnyTagClassName
{
color: #CCBE3A;
}
</style>
background-color css
<style>
a { background-color: #CCBE3A; }
a { background-color: rgb(204,190,58); }
div.DivClassName
{
background-color: #CCBE3A;
}
.BgClassName
{
background-color: #CCBE3A;
}
</style>
border-color css
<style>
span { border-color: #CCBE3A; }
span { border-color: rgb(204,190,58); }
td.TdClassName
{
border-color: #CCBE3A;
}
.TagClassName
{
border-color: #CCBE3A;
}
</style>