Shades of Old Gold #CCB531
Tints of Old Gold #CCB531
RGB
CMYK
RGB Variations
Color information
#CCB531 (or 0xCCB531) is known color: Old Gold. HEX triplet: CC, B5 and 31. RGB value is (204,181,49). Sum of RGB (Red+Green+Blue) = 204+181+49=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 181 (71.09% from 255 or 41.71% from 434); Blue value is 49 (19.53% from 255 or 11.29% from 434); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB531 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB531 is #334ACE. Grayscale: #ADADAD. Windows color (decimal): -3361487 or 3257804. OLE color: 3257804.
HSL color Cylindrical-coordinate representation of color #CCB531: hue angle of 51.1º 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 #CCB531 is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 181 | 49 | - |
| CMYK | 0 | 0.11 | 0.76 | 0.2 |
| HSL | 51.1º | 0.61% | 0.5% | - |
| HSV(B) | 51.1º | 0.76% | 0.8% | - |
| XYZ | 41.98 | 46.11 | 9.59 | - |
| YUV | 172.83 | 58.12 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 181 | 49 | 0 | 0.11 | 0.76 | 0.2 | 51.1 | 0.61 | 0.5 |
| Hex | CC | B5 | 31 | 0 | B | 4C | 14 | 33 | 3D | 32 |
| Octal | 314 | 265 | 61 | 0 | 13 | 114 | 24 | 63 | 75 | 62 |
| Binary | 11001100 | 10110101 | 110001 | 0 | 1011 | 1001100 | 10100 | 110011 | 111101 | 110010 |
Color Harmonies of #CCB531
Complementary color
Monochromatic Colors of #CCB531
Black with #CCB531
Text Example
Text Example
White with #CCB531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB531; }
p { color: rgb(204,181,49); }
H1.HeaderClassName
{
color: #CCB531;
}
.AnyTagClassName
{
color: #CCB531;
}
</style>
background-color css
<style>
a { background-color: #CCB531; }
a { background-color: rgb(204,181,49); }
div.DivClassName
{
background-color: #CCB531;
}
.BgClassName
{
background-color: #CCB531;
}
</style>
border-color css
<style>
span { border-color: #CCB531; }
span { border-color: rgb(204,181,49); }
td.TdClassName
{
border-color: #CCB531;
}
.TagClassName
{
border-color: #CCB531;
}
</style>