Shades of Old Gold #CCBE47
Tints of Old Gold #CCBE47
RGB
CMYK
RGB Variations
Color information
#CCBE47 (or 0xCCBE47) is known color: Old Gold. HEX triplet: CC, BE and 47. RGB value is (204,190,71). Sum of RGB (Red+Green+Blue) = 204+190+71=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 190 (74.61% from 255 or 40.86% from 465); Blue value is 71 (28.12% from 255 or 15.27% from 465); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBE47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBE47 is #3341B8. Grayscale: #B5B5B5. Windows color (decimal): -3359161 or 4701900. OLE color: 4701900.
HSL color Cylindrical-coordinate representation of color #CCBE47: hue angle of 53.68º 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 #CCBE47 is Cyan = 0, Magento = 0.07, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 190 | 71 | - |
| CMYK | 0 | 0.07 | 0.65 | 0.2 |
| HSL | 53.68º | 0.57% | 0.54% | - |
| HSV(B) | 53.68º | 0.65% | 0.8% | - |
| XYZ | 44.45 | 50.12 | 13.29 | - |
| YUV | 180.62 | 66.14 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 190 | 71 | 0 | 0.07 | 0.65 | 0.2 | 53.68 | 0.57 | 0.54 |
| Hex | CC | BE | 47 | 0 | 7 | 41 | 14 | 36 | 39 | 36 |
| Octal | 314 | 276 | 107 | 0 | 7 | 101 | 24 | 66 | 71 | 66 |
| Binary | 11001100 | 10111110 | 1000111 | 0 | 111 | 1000001 | 10100 | 110110 | 111001 | 110110 |
Color Harmonies of #CCBE47
Complementary color
Monochromatic Colors of #CCBE47
Black with #CCBE47
Text Example
Text Example
White with #CCBE47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBE47; }
p { color: rgb(204,190,71); }
H1.HeaderClassName
{
color: #CCBE47;
}
.AnyTagClassName
{
color: #CCBE47;
}
</style>
background-color css
<style>
a { background-color: #CCBE47; }
a { background-color: rgb(204,190,71); }
div.DivClassName
{
background-color: #CCBE47;
}
.BgClassName
{
background-color: #CCBE47;
}
</style>
border-color css
<style>
span { border-color: #CCBE47; }
span { border-color: rgb(204,190,71); }
td.TdClassName
{
border-color: #CCBE47;
}
.TagClassName
{
border-color: #CCBE47;
}
</style>