Shades of Old Gold #CFB348
Tints of Old Gold #CFB348
RGB
CMYK
RGB Variations
Color information
#CFB348 (or 0xCFB348) is known color: Old Gold. HEX triplet: CF, B3 and 48. RGB value is (207,179,72). Sum of RGB (Red+Green+Blue) = 207+179+72=458 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.20% from 458); Green value is 179 (70.31% from 255 or 39.08% from 458); Blue value is 72 (28.52% from 255 or 15.72% from 458); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB348 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB348 is #304CB7. Grayscale: #AFAFAF. Windows color (decimal): -3165368 or 4764623. OLE color: 4764623.
HSL color Cylindrical-coordinate representation of color #CFB348: hue angle of 47.56º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CFB348 is Cyan = 0, Magento = 0.14, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 179 | 72 | - |
| CMYK | 0 | 0.14 | 0.65 | 0.19 |
| HSL | 47.56º | 0.58% | 0.55% | - |
| HSV(B) | 47.56º | 0.65% | 0.81% | - |
| XYZ | 43.02 | 45.97 | 12.74 | - |
| YUV | 175.17 | 69.78 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 179 | 72 | 0 | 0.14 | 0.65 | 0.19 | 47.56 | 0.58 | 0.55 |
| Hex | CF | B3 | 48 | 0 | E | 41 | 13 | 30 | 3A | 37 |
| Octal | 317 | 263 | 110 | 0 | 16 | 101 | 23 | 60 | 72 | 67 |
| Binary | 11001111 | 10110011 | 1001000 | 0 | 1110 | 1000001 | 10011 | 110000 | 111010 | 110111 |
Color Harmonies of #CFB348
Complementary color
Monochromatic Colors of #CFB348
Black with #CFB348
Text Example
Text Example
White with #CFB348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB348; }
p { color: rgb(207,179,72); }
H1.HeaderClassName
{
color: #CFB348;
}
.AnyTagClassName
{
color: #CFB348;
}
</style>
background-color css
<style>
a { background-color: #CFB348; }
a { background-color: rgb(207,179,72); }
div.DivClassName
{
background-color: #CFB348;
}
.BgClassName
{
background-color: #CFB348;
}
</style>
border-color css
<style>
span { border-color: #CFB348; }
span { border-color: rgb(207,179,72); }
td.TdClassName
{
border-color: #CFB348;
}
.TagClassName
{
border-color: #CFB348;
}
</style>