Shades of Old Gold #CCBC37
Tints of Old Gold #CCBC37
RGB
CMYK
RGB Variations
Color information
#CCBC37 (or 0xCCBC37) is known color: Old Gold. HEX triplet: CC, BC and 37. RGB value is (204,188,55). Sum of RGB (Red+Green+Blue) = 204+188+55=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 188 (73.83% from 255 or 42.06% from 447); Blue value is 55 (21.88% from 255 or 12.30% from 447); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBC37 is #3343C8. Grayscale: #B2B2B2. Windows color (decimal): -3359689 or 3652812. OLE color: 3652812.
HSL color Cylindrical-coordinate representation of color #CCBC37: hue angle of 53.56º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CCBC37 is Cyan = 0, Magento = 0.08, Yellow = 0.73 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 188 | 55 | - |
| CMYK | 0 | 0.08 | 0.73 | 0.2 |
| HSL | 53.56º | 0.59% | 0.51% | - |
| HSV(B) | 53.56º | 0.73% | 0.8% | - |
| XYZ | 43.57 | 49.08 | 10.79 | - |
| YUV | 177.62 | 58.8 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 188 | 55 | 0 | 0.08 | 0.73 | 0.2 | 53.56 | 0.59 | 0.51 |
| Hex | CC | BC | 37 | 0 | 8 | 49 | 14 | 36 | 3B | 33 |
| Octal | 314 | 274 | 67 | 0 | 10 | 111 | 24 | 66 | 73 | 63 |
| Binary | 11001100 | 10111100 | 110111 | 0 | 1000 | 1001001 | 10100 | 110110 | 111011 | 110011 |
Color Harmonies of #CCBC37
Complementary color
Monochromatic Colors of #CCBC37
Black with #CCBC37
Text Example
Text Example
White with #CCBC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBC37; }
p { color: rgb(204,188,55); }
H1.HeaderClassName
{
color: #CCBC37;
}
.AnyTagClassName
{
color: #CCBC37;
}
</style>
background-color css
<style>
a { background-color: #CCBC37; }
a { background-color: rgb(204,188,55); }
div.DivClassName
{
background-color: #CCBC37;
}
.BgClassName
{
background-color: #CCBC37;
}
</style>
border-color css
<style>
span { border-color: #CCBC37; }
span { border-color: rgb(204,188,55); }
td.TdClassName
{
border-color: #CCBC37;
}
.TagClassName
{
border-color: #CCBC37;
}
</style>