Shades of Old Gold #CFC031
Tints of Old Gold #CFC031
RGB
CMYK
RGB Variations
Color information
#CFC031 (or 0xCFC031) is known color: Old Gold. HEX triplet: CF, C0 and 31. RGB value is (207,192,49). Sum of RGB (Red+Green+Blue) = 207+192+49=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 192 (75.39% from 255 or 42.86% from 448); Blue value is 49 (19.53% from 255 or 10.94% from 448); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC031 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC031 is #303FCE. Grayscale: #B4B4B4. Windows color (decimal): -3162063 or 3260623. OLE color: 3260623.
HSL color Cylindrical-coordinate representation of color #CFC031: hue angle of 54.3º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CFC031 is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 192 | 49 | - |
| CMYK | 0 | 0.07 | 0.76 | 0.19 |
| HSL | 54.3º | 0.62% | 0.5% | - |
| HSV(B) | 54.3º | 0.76% | 0.81% | - |
| XYZ | 45.14 | 51.19 | 10.41 | - |
| YUV | 180.18 | 53.97 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 192 | 49 | 0 | 0.07 | 0.76 | 0.19 | 54.3 | 0.62 | 0.5 |
| Hex | CF | C0 | 31 | 0 | 7 | 4C | 13 | 36 | 3E | 32 |
| Octal | 317 | 300 | 61 | 0 | 7 | 114 | 23 | 66 | 76 | 62 |
| Binary | 11001111 | 11000000 | 110001 | 0 | 111 | 1001100 | 10011 | 110110 | 111110 | 110010 |
Color Harmonies of #CFC031
Complementary color
Monochromatic Colors of #CFC031
Black with #CFC031
Text Example
Text Example
White with #CFC031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC031; }
p { color: rgb(207,192,49); }
H1.HeaderClassName
{
color: #CFC031;
}
.AnyTagClassName
{
color: #CFC031;
}
</style>
background-color css
<style>
a { background-color: #CFC031; }
a { background-color: rgb(207,192,49); }
div.DivClassName
{
background-color: #CFC031;
}
.BgClassName
{
background-color: #CFC031;
}
</style>
border-color css
<style>
span { border-color: #CFC031; }
span { border-color: rgb(207,192,49); }
td.TdClassName
{
border-color: #CFC031;
}
.TagClassName
{
border-color: #CFC031;
}
</style>