Shades of Old Gold #CFBC3C
Tints of Old Gold #CFBC3C
RGB
CMYK
RGB Variations
Color information
#CFBC3C (or 0xCFBC3C) is known color: Old Gold. HEX triplet: CF, BC and 3C. RGB value is (207,188,60). Sum of RGB (Red+Green+Blue) = 207+188+60=455 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.49% from 455); Green value is 188 (73.83% from 255 or 41.32% from 455); Blue value is 60 (23.83% from 255 or 13.19% from 455); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBC3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBC3C is #3043C3. Grayscale: #B3B3B3. Windows color (decimal): -3163076 or 3980495. OLE color: 3980495.
HSL color Cylindrical-coordinate representation of color #CFBC3C: hue angle of 52.24º 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 #CFBC3C is Cyan = 0, Magento = 0.09, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 188 | 60 | - |
| CMYK | 0 | 0.09 | 0.71 | 0.19 |
| HSL | 52.24º | 0.6% | 0.52% | - |
| HSV(B) | 52.24º | 0.71% | 0.81% | - |
| XYZ | 44.53 | 49.56 | 11.49 | - |
| YUV | 179.09 | 60.79 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 188 | 60 | 0 | 0.09 | 0.71 | 0.19 | 52.24 | 0.6 | 0.52 |
| Hex | CF | BC | 3C | 0 | 9 | 47 | 13 | 34 | 3C | 34 |
| Octal | 317 | 274 | 74 | 0 | 11 | 107 | 23 | 64 | 74 | 64 |
| Binary | 11001111 | 10111100 | 111100 | 0 | 1001 | 1000111 | 10011 | 110100 | 111100 | 110100 |
Color Harmonies of #CFBC3C
Complementary color
Monochromatic Colors of #CFBC3C
Black with #CFBC3C
Text Example
Text Example
White with #CFBC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBC3C; }
p { color: rgb(207,188,60); }
H1.HeaderClassName
{
color: #CFBC3C;
}
.AnyTagClassName
{
color: #CFBC3C;
}
</style>
background-color css
<style>
a { background-color: #CFBC3C; }
a { background-color: rgb(207,188,60); }
div.DivClassName
{
background-color: #CFBC3C;
}
.BgClassName
{
background-color: #CFBC3C;
}
</style>
border-color css
<style>
span { border-color: #CFBC3C; }
span { border-color: rgb(207,188,60); }
td.TdClassName
{
border-color: #CFBC3C;
}
.TagClassName
{
border-color: #CFBC3C;
}
</style>