Shades of Old Gold #CFBD3A
Tints of Old Gold #CFBD3A
RGB
CMYK
RGB Variations
Color information
#CFBD3A (or 0xCFBD3A) is known color: Old Gold. HEX triplet: CF, BD and 3A. RGB value is (207,189,58). Sum of RGB (Red+Green+Blue) = 207+189+58=454 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.59% from 454); Green value is 189 (74.22% from 255 or 41.63% from 454); Blue value is 58 (23.05% from 255 or 12.78% from 454); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBD3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBD3A is #3042C5. Grayscale: #B3B3B3. Windows color (decimal): -3162822 or 3849679. OLE color: 3849679.
HSL color Cylindrical-coordinate representation of color #CFBD3A: hue angle of 52.75º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CFBD3A is Cyan = 0, Magento = 0.09, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 189 | 58 | - |
| CMYK | 0 | 0.09 | 0.72 | 0.19 |
| HSL | 52.75º | 0.61% | 0.52% | - |
| HSV(B) | 52.75º | 0.72% | 0.81% | - |
| XYZ | 44.69 | 49.97 | 11.29 | - |
| YUV | 179.45 | 59.46 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 189 | 58 | 0 | 0.09 | 0.72 | 0.19 | 52.75 | 0.61 | 0.52 |
| Hex | CF | BD | 3A | 0 | 9 | 48 | 13 | 35 | 3D | 34 |
| Octal | 317 | 275 | 72 | 0 | 11 | 110 | 23 | 65 | 75 | 64 |
| Binary | 11001111 | 10111101 | 111010 | 0 | 1001 | 1001000 | 10011 | 110101 | 111101 | 110100 |
Color Harmonies of #CFBD3A
Complementary color
Monochromatic Colors of #CFBD3A
Black with #CFBD3A
Text Example
Text Example
White with #CFBD3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBD3A; }
p { color: rgb(207,189,58); }
H1.HeaderClassName
{
color: #CFBD3A;
}
.AnyTagClassName
{
color: #CFBD3A;
}
</style>
background-color css
<style>
a { background-color: #CFBD3A; }
a { background-color: rgb(207,189,58); }
div.DivClassName
{
background-color: #CFBD3A;
}
.BgClassName
{
background-color: #CFBD3A;
}
</style>
border-color css
<style>
span { border-color: #CFBD3A; }
span { border-color: rgb(207,189,58); }
td.TdClassName
{
border-color: #CFBD3A;
}
.TagClassName
{
border-color: #CFBD3A;
}
</style>