Shades of Old Gold #CCB931
Tints of Old Gold #CCB931
RGB
CMYK
RGB Variations
Color information
#CCB931 (or 0xCCB931) is known color: Old Gold. HEX triplet: CC, B9 and 31. RGB value is (204,185,49). Sum of RGB (Red+Green+Blue) = 204+185+49=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 185 (72.66% from 255 or 42.24% from 438); Blue value is 49 (19.53% from 255 or 11.19% from 438); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB931 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB931 is #3346CE. Grayscale: #AFAFAF. Windows color (decimal): -3360463 or 3258828. OLE color: 3258828.
HSL color Cylindrical-coordinate representation of color #CCB931: hue angle of 52.65º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CCB931 is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 185 | 49 | - |
| CMYK | 0 | 0.09 | 0.76 | 0.2 |
| HSL | 52.65º | 0.61% | 0.5% | - |
| HSV(B) | 52.65º | 0.76% | 0.8% | - |
| XYZ | 42.81 | 47.76 | 9.87 | - |
| YUV | 175.18 | 56.79 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 185 | 49 | 0 | 0.09 | 0.76 | 0.2 | 52.65 | 0.61 | 0.5 |
| Hex | CC | B9 | 31 | 0 | 9 | 4C | 14 | 35 | 3D | 32 |
| Octal | 314 | 271 | 61 | 0 | 11 | 114 | 24 | 65 | 75 | 62 |
| Binary | 11001100 | 10111001 | 110001 | 0 | 1001 | 1001100 | 10100 | 110101 | 111101 | 110010 |
Color Harmonies of #CCB931
Complementary color
Monochromatic Colors of #CCB931
Black with #CCB931
Text Example
Text Example
White with #CCB931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB931; }
p { color: rgb(204,185,49); }
H1.HeaderClassName
{
color: #CCB931;
}
.AnyTagClassName
{
color: #CCB931;
}
</style>
background-color css
<style>
a { background-color: #CCB931; }
a { background-color: rgb(204,185,49); }
div.DivClassName
{
background-color: #CCB931;
}
.BgClassName
{
background-color: #CCB931;
}
</style>
border-color css
<style>
span { border-color: #CCB931; }
span { border-color: rgb(204,185,49); }
td.TdClassName
{
border-color: #CCB931;
}
.TagClassName
{
border-color: #CCB931;
}
</style>