Shades of Old Gold #CCBC33
Tints of Old Gold #CCBC33
RGB
CMYK
RGB Variations
Color information
#CCBC33 (or 0xCCBC33) is known color: Old Gold. HEX triplet: CC, BC and 33. RGB value is (204,188,51). Sum of RGB (Red+Green+Blue) = 204+188+51=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 188 (73.83% from 255 or 42.44% from 443); Blue value is 51 (20.31% from 255 or 11.51% from 443); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBC33 is #3343CC. Grayscale: #B1B1B1. Windows color (decimal): -3359693 or 3390668. OLE color: 3390668.
HSL color Cylindrical-coordinate representation of color #CCBC33: hue angle of 53.73º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CCBC33 is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 188 | 51 | - |
| CMYK | 0 | 0.08 | 0.75 | 0.2 |
| HSL | 53.73º | 0.6% | 0.5% | - |
| HSV(B) | 53.73º | 0.75% | 0.8% | - |
| XYZ | 43.48 | 49.04 | 10.31 | - |
| YUV | 177.17 | 56.8 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 188 | 51 | 0 | 0.08 | 0.75 | 0.2 | 53.73 | 0.6 | 0.5 |
| Hex | CC | BC | 33 | 0 | 8 | 4B | 14 | 36 | 3C | 32 |
| Octal | 314 | 274 | 63 | 0 | 10 | 113 | 24 | 66 | 74 | 62 |
| Binary | 11001100 | 10111100 | 110011 | 0 | 1000 | 1001011 | 10100 | 110110 | 111100 | 110010 |
Color Harmonies of #CCBC33
Complementary color
Monochromatic Colors of #CCBC33
Black with #CCBC33
Text Example
Text Example
White with #CCBC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBC33; }
p { color: rgb(204,188,51); }
H1.HeaderClassName
{
color: #CCBC33;
}
.AnyTagClassName
{
color: #CCBC33;
}
</style>
background-color css
<style>
a { background-color: #CCBC33; }
a { background-color: rgb(204,188,51); }
div.DivClassName
{
background-color: #CCBC33;
}
.BgClassName
{
background-color: #CCBC33;
}
</style>
border-color css
<style>
span { border-color: #CCBC33; }
span { border-color: rgb(204,188,51); }
td.TdClassName
{
border-color: #CCBC33;
}
.TagClassName
{
border-color: #CCBC33;
}
</style>