Shades of Old Gold #CFB542
Tints of Old Gold #CFB542
RGB
CMYK
RGB Variations
Color information
#CFB542 (or 0xCFB542) is known color: Old Gold. HEX triplet: CF, B5 and 42. RGB value is (207,181,66). Sum of RGB (Red+Green+Blue) = 207+181+66=454 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.59% from 454); Green value is 181 (71.09% from 255 or 39.87% from 454); Blue value is 66 (26.17% from 255 or 14.54% from 454); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB542 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB542 is #304ABD. Grayscale: #B0B0B0. Windows color (decimal): -3164862 or 4371919. OLE color: 4371919.
HSL color Cylindrical-coordinate representation of color #CFB542: hue angle of 48.94º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CFB542 is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 181 | 66 | - |
| CMYK | 0 | 0.13 | 0.68 | 0.19 |
| HSL | 48.94º | 0.59% | 0.54% | - |
| HSV(B) | 48.94º | 0.68% | 0.81% | - |
| XYZ | 43.24 | 46.71 | 11.89 | - |
| YUV | 175.66 | 66.11 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 181 | 66 | 0 | 0.13 | 0.68 | 0.19 | 48.94 | 0.59 | 0.54 |
| Hex | CF | B5 | 42 | 0 | D | 44 | 13 | 31 | 3B | 36 |
| Octal | 317 | 265 | 102 | 0 | 15 | 104 | 23 | 61 | 73 | 66 |
| Binary | 11001111 | 10110101 | 1000010 | 0 | 1101 | 1000100 | 10011 | 110001 | 111011 | 110110 |
Color Harmonies of #CFB542
Complementary color
Monochromatic Colors of #CFB542
Black with #CFB542
Text Example
Text Example
White with #CFB542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB542; }
p { color: rgb(207,181,66); }
H1.HeaderClassName
{
color: #CFB542;
}
.AnyTagClassName
{
color: #CFB542;
}
</style>
background-color css
<style>
a { background-color: #CFB542; }
a { background-color: rgb(207,181,66); }
div.DivClassName
{
background-color: #CFB542;
}
.BgClassName
{
background-color: #CFB542;
}
</style>
border-color css
<style>
span { border-color: #CFB542; }
span { border-color: rgb(207,181,66); }
td.TdClassName
{
border-color: #CFB542;
}
.TagClassName
{
border-color: #CFB542;
}
</style>