Shades of Old Gold #CFB437
Tints of Old Gold #CFB437
RGB
CMYK
RGB Variations
Color information
#CFB437 (or 0xCFB437) is known color: Old Gold. HEX triplet: CF, B4 and 37. RGB value is (207,180,55). Sum of RGB (Red+Green+Blue) = 207+180+55=442 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.83% from 442); Green value is 180 (70.70% from 255 or 40.72% from 442); Blue value is 55 (21.88% from 255 or 12.44% from 442); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB437 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB437 is #304BC8. Grayscale: #AEAEAE. Windows color (decimal): -3165129 or 3650767. OLE color: 3650767.
HSL color Cylindrical-coordinate representation of color #CFB437: hue angle of 49.34º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CFB437 is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 180 | 55 | - |
| CMYK | 0 | 0.13 | 0.73 | 0.19 |
| HSL | 49.34º | 0.61% | 0.51% | - |
| HSV(B) | 49.34º | 0.73% | 0.81% | - |
| XYZ | 42.74 | 46.18 | 10.28 | - |
| YUV | 173.82 | 60.95 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 180 | 55 | 0 | 0.13 | 0.73 | 0.19 | 49.34 | 0.61 | 0.51 |
| Hex | CF | B4 | 37 | 0 | D | 49 | 13 | 31 | 3D | 33 |
| Octal | 317 | 264 | 67 | 0 | 15 | 111 | 23 | 61 | 75 | 63 |
| Binary | 11001111 | 10110100 | 110111 | 0 | 1101 | 1001001 | 10011 | 110001 | 111101 | 110011 |
Color Harmonies of #CFB437
Complementary color
Monochromatic Colors of #CFB437
Black with #CFB437
Text Example
Text Example
White with #CFB437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB437; }
p { color: rgb(207,180,55); }
H1.HeaderClassName
{
color: #CFB437;
}
.AnyTagClassName
{
color: #CFB437;
}
</style>
background-color css
<style>
a { background-color: #CFB437; }
a { background-color: rgb(207,180,55); }
div.DivClassName
{
background-color: #CFB437;
}
.BgClassName
{
background-color: #CFB437;
}
</style>
border-color css
<style>
span { border-color: #CFB437; }
span { border-color: rgb(207,180,55); }
td.TdClassName
{
border-color: #CFB437;
}
.TagClassName
{
border-color: #CFB437;
}
</style>