Shades of Old Gold #CCBE30
Tints of Old Gold #CCBE30
RGB
CMYK
RGB Variations
Color information
#CCBE30 (or 0xCCBE30) is known color: Old Gold. HEX triplet: CC, BE and 30. RGB value is (204,190,48). Sum of RGB (Red+Green+Blue) = 204+190+48=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 190 (74.61% from 255 or 42.99% from 442); Blue value is 48 (19.14% from 255 or 10.86% from 442); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBE30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBE30 is #3341CF. Grayscale: #B2B2B2. Windows color (decimal): -3359184 or 3194572. OLE color: 3194572.
HSL color Cylindrical-coordinate representation of color #CCBE30: hue angle of 54.62º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CCBE30 is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 190 | 48 | - |
| CMYK | 0 | 0.07 | 0.76 | 0.2 |
| HSL | 54.62º | 0.62% | 0.49% | - |
| HSV(B) | 54.62º | 0.76% | 0.8% | - |
| XYZ | 43.85 | 49.88 | 10.11 | - |
| YUV | 178 | 54.64 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 190 | 48 | 0 | 0.07 | 0.76 | 0.2 | 54.62 | 0.62 | 0.49 |
| Hex | CC | BE | 30 | 0 | 7 | 4C | 14 | 37 | 3E | 31 |
| Octal | 314 | 276 | 60 | 0 | 7 | 114 | 24 | 67 | 76 | 61 |
| Binary | 11001100 | 10111110 | 110000 | 0 | 111 | 1001100 | 10100 | 110111 | 111110 | 110001 |
Color Harmonies of #CCBE30
Complementary color
Monochromatic Colors of #CCBE30
Black with #CCBE30
Text Example
Text Example
White with #CCBE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBE30; }
p { color: rgb(204,190,48); }
H1.HeaderClassName
{
color: #CCBE30;
}
.AnyTagClassName
{
color: #CCBE30;
}
</style>
background-color css
<style>
a { background-color: #CCBE30; }
a { background-color: rgb(204,190,48); }
div.DivClassName
{
background-color: #CCBE30;
}
.BgClassName
{
background-color: #CCBE30;
}
</style>
border-color css
<style>
span { border-color: #CCBE30; }
span { border-color: rgb(204,190,48); }
td.TdClassName
{
border-color: #CCBE30;
}
.TagClassName
{
border-color: #CCBE30;
}
</style>