Shades of Old Gold #CFBF30
Tints of Old Gold #CFBF30
RGB
CMYK
RGB Variations
Color information
#CFBF30 (or 0xCFBF30) is known color: Old Gold. HEX triplet: CF, BF and 30. RGB value is (207,191,48). Sum of RGB (Red+Green+Blue) = 207+191+48=446 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.41% from 446); Green value is 191 (75% from 255 or 42.83% from 446); Blue value is 48 (19.14% from 255 or 10.76% from 446); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBF30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBF30 is #3040CF. Grayscale: #B4B4B4. Windows color (decimal): -3162320 or 3194831. OLE color: 3194831.
HSL color Cylindrical-coordinate representation of color #CFBF30: hue angle of 53.96º 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 #CFBF30 is Cyan = 0, Magento = 0.08, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 191 | 48 | - |
| CMYK | 0 | 0.08 | 0.77 | 0.19 |
| HSL | 53.96º | 0.62% | 0.5% | - |
| HSV(B) | 53.96º | 0.77% | 0.81% | - |
| XYZ | 44.9 | 50.74 | 10.22 | - |
| YUV | 179.48 | 53.8 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 191 | 48 | 0 | 0.08 | 0.77 | 0.19 | 53.96 | 0.62 | 0.5 |
| Hex | CF | BF | 30 | 0 | 8 | 4D | 13 | 36 | 3E | 32 |
| Octal | 317 | 277 | 60 | 0 | 10 | 115 | 23 | 66 | 76 | 62 |
| Binary | 11001111 | 10111111 | 110000 | 0 | 1000 | 1001101 | 10011 | 110110 | 111110 | 110010 |
Color Harmonies of #CFBF30
Complementary color
Monochromatic Colors of #CFBF30
Black with #CFBF30
Text Example
Text Example
White with #CFBF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBF30; }
p { color: rgb(207,191,48); }
H1.HeaderClassName
{
color: #CFBF30;
}
.AnyTagClassName
{
color: #CFBF30;
}
</style>
background-color css
<style>
a { background-color: #CFBF30; }
a { background-color: rgb(207,191,48); }
div.DivClassName
{
background-color: #CFBF30;
}
.BgClassName
{
background-color: #CFBF30;
}
</style>
border-color css
<style>
span { border-color: #CFBF30; }
span { border-color: rgb(207,191,48); }
td.TdClassName
{
border-color: #CFBF30;
}
.TagClassName
{
border-color: #CFBF30;
}
</style>