Shades of Old Gold #CFBE30
Tints of Old Gold #CFBE30
RGB
CMYK
RGB Variations
Color information
#CFBE30 (or 0xCFBE30) is known color: Old Gold. HEX triplet: CF, BE and 30. RGB value is (207,190,48). Sum of RGB (Red+Green+Blue) = 207+190+48=445 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.52% from 445); Green value is 190 (74.61% from 255 or 42.70% from 445); Blue value is 48 (19.14% from 255 or 10.79% from 445); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBE30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBE30 is #3041CF. Grayscale: #B3B3B3. Windows color (decimal): -3162576 or 3194575. OLE color: 3194575.
HSL color Cylindrical-coordinate representation of color #CFBE30: hue angle of 53.58º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CFBE30 is Cyan = 0, Magento = 0.08, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 190 | 48 | - |
| CMYK | 0 | 0.08 | 0.77 | 0.19 |
| HSL | 53.58º | 0.62% | 0.5% | - |
| HSV(B) | 53.58º | 0.77% | 0.81% | - |
| XYZ | 44.68 | 50.31 | 10.15 | - |
| YUV | 178.9 | 54.13 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 190 | 48 | 0 | 0.08 | 0.77 | 0.19 | 53.58 | 0.62 | 0.5 |
| Hex | CF | BE | 30 | 0 | 8 | 4D | 13 | 36 | 3E | 32 |
| Octal | 317 | 276 | 60 | 0 | 10 | 115 | 23 | 66 | 76 | 62 |
| Binary | 11001111 | 10111110 | 110000 | 0 | 1000 | 1001101 | 10011 | 110110 | 111110 | 110010 |
Color Harmonies of #CFBE30
Complementary color
Monochromatic Colors of #CFBE30
Black with #CFBE30
Text Example
Text Example
White with #CFBE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBE30; }
p { color: rgb(207,190,48); }
H1.HeaderClassName
{
color: #CFBE30;
}
.AnyTagClassName
{
color: #CFBE30;
}
</style>
background-color css
<style>
a { background-color: #CFBE30; }
a { background-color: rgb(207,190,48); }
div.DivClassName
{
background-color: #CFBE30;
}
.BgClassName
{
background-color: #CFBE30;
}
</style>
border-color css
<style>
span { border-color: #CFBE30; }
span { border-color: rgb(207,190,48); }
td.TdClassName
{
border-color: #CFBE30;
}
.TagClassName
{
border-color: #CFBE30;
}
</style>