Shades of Old Gold #CCB237
Tints of Old Gold #CCB237
RGB
CMYK
RGB Variations
Color information
#CCB237 (or 0xCCB237) is known color: Old Gold. HEX triplet: CC, B2 and 37. RGB value is (204,178,55). Sum of RGB (Red+Green+Blue) = 204+178+55=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 178 (69.92% from 255 or 40.73% from 437); Blue value is 55 (21.88% from 255 or 12.59% from 437); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB237 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB237 is #334DC8. Grayscale: #ACACAC. Windows color (decimal): -3362249 or 3650252. OLE color: 3650252.
HSL color Cylindrical-coordinate representation of color #CCB237: hue angle of 49.53º 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 #CCB237 is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 178 | 55 | - |
| CMYK | 0 | 0.13 | 0.73 | 0.2 |
| HSL | 49.53º | 0.59% | 0.51% | - |
| HSV(B) | 49.53º | 0.73% | 0.8% | - |
| XYZ | 41.51 | 44.95 | 10.1 | - |
| YUV | 171.75 | 62.11 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 178 | 55 | 0 | 0.13 | 0.73 | 0.2 | 49.53 | 0.59 | 0.51 |
| Hex | CC | B2 | 37 | 0 | D | 49 | 14 | 32 | 3B | 33 |
| Octal | 314 | 262 | 67 | 0 | 15 | 111 | 24 | 62 | 73 | 63 |
| Binary | 11001100 | 10110010 | 110111 | 0 | 1101 | 1001001 | 10100 | 110010 | 111011 | 110011 |
Color Harmonies of #CCB237
Complementary color
Monochromatic Colors of #CCB237
Black with #CCB237
Text Example
Text Example
White with #CCB237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB237; }
p { color: rgb(204,178,55); }
H1.HeaderClassName
{
color: #CCB237;
}
.AnyTagClassName
{
color: #CCB237;
}
</style>
background-color css
<style>
a { background-color: #CCB237; }
a { background-color: rgb(204,178,55); }
div.DivClassName
{
background-color: #CCB237;
}
.BgClassName
{
background-color: #CCB237;
}
</style>
border-color css
<style>
span { border-color: #CCB237; }
span { border-color: rgb(204,178,55); }
td.TdClassName
{
border-color: #CCB237;
}
.TagClassName
{
border-color: #CCB237;
}
</style>