Shades of Old Gold #CFBF34
Tints of Old Gold #CFBF34
RGB
CMYK
RGB Variations
Color information
#CFBF34 (or 0xCFBF34) is known color: Old Gold. HEX triplet: CF, BF and 34. RGB value is (207,191,52). Sum of RGB (Red+Green+Blue) = 207+191+52=450 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46% from 450); Green value is 191 (75% from 255 or 42.44% from 450); Blue value is 52 (20.70% from 255 or 11.56% from 450); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBF34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBF34 is #3040CB. Grayscale: #B4B4B4. Windows color (decimal): -3162316 or 3456975. OLE color: 3456975.
HSL color Cylindrical-coordinate representation of color #CFBF34: hue angle of 53.81º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CFBF34 is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 191 | 52 | - |
| CMYK | 0 | 0.08 | 0.75 | 0.19 |
| HSL | 53.81º | 0.62% | 0.51% | - |
| HSV(B) | 53.81º | 0.75% | 0.81% | - |
| XYZ | 44.98 | 50.77 | 10.68 | - |
| YUV | 179.94 | 55.8 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 191 | 52 | 0 | 0.08 | 0.75 | 0.19 | 53.81 | 0.62 | 0.51 |
| Hex | CF | BF | 34 | 0 | 8 | 4B | 13 | 36 | 3E | 33 |
| Octal | 317 | 277 | 64 | 0 | 10 | 113 | 23 | 66 | 76 | 63 |
| Binary | 11001111 | 10111111 | 110100 | 0 | 1000 | 1001011 | 10011 | 110110 | 111110 | 110011 |
Color Harmonies of #CFBF34
Complementary color
Monochromatic Colors of #CFBF34
Black with #CFBF34
Text Example
Text Example
White with #CFBF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBF34; }
p { color: rgb(207,191,52); }
H1.HeaderClassName
{
color: #CFBF34;
}
.AnyTagClassName
{
color: #CFBF34;
}
</style>
background-color css
<style>
a { background-color: #CFBF34; }
a { background-color: rgb(207,191,52); }
div.DivClassName
{
background-color: #CFBF34;
}
.BgClassName
{
background-color: #CFBF34;
}
</style>
border-color css
<style>
span { border-color: #CFBF34; }
span { border-color: rgb(207,191,52); }
td.TdClassName
{
border-color: #CFBF34;
}
.TagClassName
{
border-color: #CFBF34;
}
</style>