Shades of Old Gold #CCB547
Tints of Old Gold #CCB547
RGB
CMYK
RGB Variations
Color information
#CCB547 (or 0xCCB547) is known color: Old Gold. HEX triplet: CC, B5 and 47. RGB value is (204,181,71). Sum of RGB (Red+Green+Blue) = 204+181+71=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 181 (71.09% from 255 or 39.69% from 456); Blue value is 71 (28.12% from 255 or 15.57% from 456); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB547 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB547 is #334AB8. Grayscale: #AFAFAF. Windows color (decimal): -3361465 or 4699596. OLE color: 4699596.
HSL color Cylindrical-coordinate representation of color #CCB547: hue angle of 49.62º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CCB547 is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 181 | 71 | - |
| CMYK | 0 | 0.11 | 0.65 | 0.2 |
| HSL | 49.62º | 0.57% | 0.54% | - |
| HSV(B) | 49.62º | 0.65% | 0.8% | - |
| XYZ | 42.56 | 46.34 | 12.66 | - |
| YUV | 175.34 | 69.12 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 181 | 71 | 0 | 0.11 | 0.65 | 0.2 | 49.62 | 0.57 | 0.54 |
| Hex | CC | B5 | 47 | 0 | B | 41 | 14 | 32 | 39 | 36 |
| Octal | 314 | 265 | 107 | 0 | 13 | 101 | 24 | 62 | 71 | 66 |
| Binary | 11001100 | 10110101 | 1000111 | 0 | 1011 | 1000001 | 10100 | 110010 | 111001 | 110110 |
Color Harmonies of #CCB547
Complementary color
Monochromatic Colors of #CCB547
Black with #CCB547
Text Example
Text Example
White with #CCB547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB547; }
p { color: rgb(204,181,71); }
H1.HeaderClassName
{
color: #CCB547;
}
.AnyTagClassName
{
color: #CCB547;
}
</style>
background-color css
<style>
a { background-color: #CCB547; }
a { background-color: rgb(204,181,71); }
div.DivClassName
{
background-color: #CCB547;
}
.BgClassName
{
background-color: #CCB547;
}
</style>
border-color css
<style>
span { border-color: #CCB547; }
span { border-color: rgb(204,181,71); }
td.TdClassName
{
border-color: #CCB547;
}
.TagClassName
{
border-color: #CCB547;
}
</style>