Shades of Old Gold #CFBC3D
Tints of Old Gold #CFBC3D
RGB
CMYK
RGB Variations
Color information
#CFBC3D (or 0xCFBC3D) is known color: Old Gold. HEX triplet: CF, BC and 3D. RGB value is (207,188,61). Sum of RGB (Red+Green+Blue) = 207+188+61=456 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.39% from 456); Green value is 188 (73.83% from 255 or 41.23% from 456); Blue value is 61 (24.22% from 255 or 13.38% from 456); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBC3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBC3D is #3043C2. Grayscale: #B3B3B3. Windows color (decimal): -3163075 or 4046031. OLE color: 4046031.
HSL color Cylindrical-coordinate representation of color #CFBC3D: hue angle of 52.19º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CFBC3D is Cyan = 0, Magento = 0.09, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 188 | 61 | - |
| CMYK | 0 | 0.09 | 0.71 | 0.19 |
| HSL | 52.19º | 0.6% | 0.53% | - |
| HSV(B) | 52.19º | 0.71% | 0.81% | - |
| XYZ | 44.56 | 49.57 | 11.63 | - |
| YUV | 179.2 | 61.29 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 188 | 61 | 0 | 0.09 | 0.71 | 0.19 | 52.19 | 0.6 | 0.53 |
| Hex | CF | BC | 3D | 0 | 9 | 47 | 13 | 34 | 3C | 35 |
| Octal | 317 | 274 | 75 | 0 | 11 | 107 | 23 | 64 | 74 | 65 |
| Binary | 11001111 | 10111100 | 111101 | 0 | 1001 | 1000111 | 10011 | 110100 | 111100 | 110101 |
Color Harmonies of #CFBC3D
Complementary color
Monochromatic Colors of #CFBC3D
Black with #CFBC3D
Text Example
Text Example
White with #CFBC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBC3D; }
p { color: rgb(207,188,61); }
H1.HeaderClassName
{
color: #CFBC3D;
}
.AnyTagClassName
{
color: #CFBC3D;
}
</style>
background-color css
<style>
a { background-color: #CFBC3D; }
a { background-color: rgb(207,188,61); }
div.DivClassName
{
background-color: #CFBC3D;
}
.BgClassName
{
background-color: #CFBC3D;
}
</style>
border-color css
<style>
span { border-color: #CFBC3D; }
span { border-color: rgb(207,188,61); }
td.TdClassName
{
border-color: #CFBC3D;
}
.TagClassName
{
border-color: #CFBC3D;
}
</style>