Shades of Old Gold #CFB831
Tints of Old Gold #CFB831
RGB
CMYK
RGB Variations
Color information
#CFB831 (or 0xCFB831) is known color: Old Gold. HEX triplet: CF, B8 and 31. RGB value is (207,184,49). Sum of RGB (Red+Green+Blue) = 207+184+49=440 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.05% from 440); Green value is 184 (72.27% from 255 or 41.82% from 440); Blue value is 49 (19.53% from 255 or 11.14% from 440); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB831 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB831 is #3047CE. Grayscale: #B0B0B0. Windows color (decimal): -3164111 or 3258575. OLE color: 3258575.
HSL color Cylindrical-coordinate representation of color #CFB831: hue angle of 51.27º 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 #CFB831 is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 184 | 49 | - |
| CMYK | 0 | 0.11 | 0.76 | 0.19 |
| HSL | 51.27º | 0.62% | 0.5% | - |
| HSV(B) | 51.27º | 0.76% | 0.81% | - |
| XYZ | 43.43 | 47.77 | 9.84 | - |
| YUV | 175.49 | 56.62 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 184 | 49 | 0 | 0.11 | 0.76 | 0.19 | 51.27 | 0.62 | 0.5 |
| Hex | CF | B8 | 31 | 0 | B | 4C | 13 | 33 | 3E | 32 |
| Octal | 317 | 270 | 61 | 0 | 13 | 114 | 23 | 63 | 76 | 62 |
| Binary | 11001111 | 10111000 | 110001 | 0 | 1011 | 1001100 | 10011 | 110011 | 111110 | 110010 |
Color Harmonies of #CFB831
Complementary color
Monochromatic Colors of #CFB831
Black with #CFB831
Text Example
Text Example
White with #CFB831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB831; }
p { color: rgb(207,184,49); }
H1.HeaderClassName
{
color: #CFB831;
}
.AnyTagClassName
{
color: #CFB831;
}
</style>
background-color css
<style>
a { background-color: #CFB831; }
a { background-color: rgb(207,184,49); }
div.DivClassName
{
background-color: #CFB831;
}
.BgClassName
{
background-color: #CFB831;
}
</style>
border-color css
<style>
span { border-color: #CFB831; }
span { border-color: rgb(207,184,49); }
td.TdClassName
{
border-color: #CFB831;
}
.TagClassName
{
border-color: #CFB831;
}
</style>