Shades of Old Gold #CFBD47
Tints of Old Gold #CFBD47
RGB
CMYK
RGB Variations
Color information
#CFBD47 (or 0xCFBD47) is known color: Old Gold. HEX triplet: CF, BD and 47. RGB value is (207,189,71). Sum of RGB (Red+Green+Blue) = 207+189+71=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 189 (74.22% from 255 or 40.47% from 467); Blue value is 71 (28.12% from 255 or 15.20% from 467); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBD47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBD47 is #3042B8. Grayscale: #B5B5B5. Windows color (decimal): -3162809 or 4701647. OLE color: 4701647.
HSL color Cylindrical-coordinate representation of color #CFBD47: hue angle of 52.06º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CFBD47 is Cyan = 0, Magento = 0.09, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 189 | 71 | - |
| CMYK | 0 | 0.09 | 0.66 | 0.19 |
| HSL | 52.06º | 0.59% | 0.55% | - |
| HSV(B) | 52.06º | 0.66% | 0.81% | - |
| XYZ | 45.07 | 50.12 | 13.26 | - |
| YUV | 180.93 | 65.96 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 189 | 71 | 0 | 0.09 | 0.66 | 0.19 | 52.06 | 0.59 | 0.55 |
| Hex | CF | BD | 47 | 0 | 9 | 42 | 13 | 34 | 3B | 37 |
| Octal | 317 | 275 | 107 | 0 | 11 | 102 | 23 | 64 | 73 | 67 |
| Binary | 11001111 | 10111101 | 1000111 | 0 | 1001 | 1000010 | 10011 | 110100 | 111011 | 110111 |
Color Harmonies of #CFBD47
Complementary color
Monochromatic Colors of #CFBD47
Black with #CFBD47
Text Example
Text Example
White with #CFBD47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBD47; }
p { color: rgb(207,189,71); }
H1.HeaderClassName
{
color: #CFBD47;
}
.AnyTagClassName
{
color: #CFBD47;
}
</style>
background-color css
<style>
a { background-color: #CFBD47; }
a { background-color: rgb(207,189,71); }
div.DivClassName
{
background-color: #CFBD47;
}
.BgClassName
{
background-color: #CFBD47;
}
</style>
border-color css
<style>
span { border-color: #CFBD47; }
span { border-color: rgb(207,189,71); }
td.TdClassName
{
border-color: #CFBD47;
}
.TagClassName
{
border-color: #CFBD47;
}
</style>