Shades of Old Gold #CFBF3C
Tints of Old Gold #CFBF3C
RGB
CMYK
RGB Variations
Color information
#CFBF3C (or 0xCFBF3C) is known color: Old Gold. HEX triplet: CF, BF and 3C. RGB value is (207,191,60). Sum of RGB (Red+Green+Blue) = 207+191+60=458 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.20% from 458); Green value is 191 (75% from 255 or 41.70% from 458); Blue value is 60 (23.83% from 255 or 13.10% from 458); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBF3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBF3C is #3040C3. Grayscale: #B5B5B5. Windows color (decimal): -3162308 or 3981263. OLE color: 3981263.
HSL color Cylindrical-coordinate representation of color #CFBF3C: hue angle of 53.47º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CFBF3C is Cyan = 0, Magento = 0.08, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 191 | 60 | - |
| CMYK | 0 | 0.08 | 0.71 | 0.19 |
| HSL | 53.47º | 0.6% | 0.52% | - |
| HSV(B) | 53.47º | 0.71% | 0.81% | - |
| XYZ | 45.18 | 50.85 | 11.71 | - |
| YUV | 180.85 | 59.8 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 191 | 60 | 0 | 0.08 | 0.71 | 0.19 | 53.47 | 0.6 | 0.52 |
| Hex | CF | BF | 3C | 0 | 8 | 47 | 13 | 35 | 3C | 34 |
| Octal | 317 | 277 | 74 | 0 | 10 | 107 | 23 | 65 | 74 | 64 |
| Binary | 11001111 | 10111111 | 111100 | 0 | 1000 | 1000111 | 10011 | 110101 | 111100 | 110100 |
Color Harmonies of #CFBF3C
Complementary color
Monochromatic Colors of #CFBF3C
Black with #CFBF3C
Text Example
Text Example
White with #CFBF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBF3C; }
p { color: rgb(207,191,60); }
H1.HeaderClassName
{
color: #CFBF3C;
}
.AnyTagClassName
{
color: #CFBF3C;
}
</style>
background-color css
<style>
a { background-color: #CFBF3C; }
a { background-color: rgb(207,191,60); }
div.DivClassName
{
background-color: #CFBF3C;
}
.BgClassName
{
background-color: #CFBF3C;
}
</style>
border-color css
<style>
span { border-color: #CFBF3C; }
span { border-color: rgb(207,191,60); }
td.TdClassName
{
border-color: #CFBF3C;
}
.TagClassName
{
border-color: #CFBF3C;
}
</style>