Shades of Old Gold #CFB03D
Tints of Old Gold #CFB03D
RGB
CMYK
RGB Variations
Color information
#CFB03D (or 0xCFB03D) is known color: Old Gold. HEX triplet: CF, B0 and 3D. RGB value is (207,176,61). Sum of RGB (Red+Green+Blue) = 207+176+61=444 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.62% from 444); Green value is 176 (69.14% from 255 or 39.64% from 444); Blue value is 61 (24.22% from 255 or 13.74% from 444); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB03D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFB03D is #304FC2. Grayscale: #ACACAC. Windows color (decimal): -3166147 or 4042959. OLE color: 4042959.
HSL color Cylindrical-coordinate representation of color #CFB03D: hue angle of 47.26º 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 #CFB03D is Cyan = 0, Magento = 0.15, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 176 | 61 | - |
| CMYK | 0 | 0.15 | 0.71 | 0.19 |
| HSL | 47.26º | 0.6% | 0.53% | - |
| HSV(B) | 47.26º | 0.71% | 0.81% | - |
| XYZ | 42.1 | 44.65 | 10.81 | - |
| YUV | 172.16 | 65.27 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 176 | 61 | 0 | 0.15 | 0.71 | 0.19 | 47.26 | 0.6 | 0.53 |
| Hex | CF | B0 | 3D | 0 | F | 47 | 13 | 2F | 3C | 35 |
| Octal | 317 | 260 | 75 | 0 | 17 | 107 | 23 | 57 | 74 | 65 |
| Binary | 11001111 | 10110000 | 111101 | 0 | 1111 | 1000111 | 10011 | 101111 | 111100 | 110101 |
Color Harmonies of #CFB03D
Complementary color
Monochromatic Colors of #CFB03D
Black with #CFB03D
Text Example
Text Example
White with #CFB03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB03D; }
p { color: rgb(207,176,61); }
H1.HeaderClassName
{
color: #CFB03D;
}
.AnyTagClassName
{
color: #CFB03D;
}
</style>
background-color css
<style>
a { background-color: #CFB03D; }
a { background-color: rgb(207,176,61); }
div.DivClassName
{
background-color: #CFB03D;
}
.BgClassName
{
background-color: #CFB03D;
}
</style>
border-color css
<style>
span { border-color: #CFB03D; }
span { border-color: rgb(207,176,61); }
td.TdClassName
{
border-color: #CFB03D;
}
.TagClassName
{
border-color: #CFB03D;
}
</style>