Shades of Old Gold #CFB237
Tints of Old Gold #CFB237
RGB
CMYK
RGB Variations
Color information
#CFB237 (or 0xCFB237) is known color: Old Gold. HEX triplet: CF, B2 and 37. RGB value is (207,178,55). Sum of RGB (Red+Green+Blue) = 207+178+55=440 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.05% from 440); Green value is 178 (69.92% from 255 or 40.45% from 440); Blue value is 55 (21.88% from 255 or 12.5% from 440); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB237 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFB237 is #304DC8. Grayscale: #ADADAD. Windows color (decimal): -3165641 or 3650255. OLE color: 3650255.
HSL color Cylindrical-coordinate representation of color #CFB237: hue angle of 48.55º 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 #CFB237 is Cyan = 0, Magento = 0.14, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 178 | 55 | - |
| CMYK | 0 | 0.14 | 0.73 | 0.19 |
| HSL | 48.55º | 0.61% | 0.51% | - |
| HSV(B) | 48.55º | 0.73% | 0.81% | - |
| XYZ | 42.34 | 45.38 | 10.14 | - |
| YUV | 172.65 | 61.61 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 178 | 55 | 0 | 0.14 | 0.73 | 0.19 | 48.55 | 0.61 | 0.51 |
| Hex | CF | B2 | 37 | 0 | E | 49 | 13 | 31 | 3D | 33 |
| Octal | 317 | 262 | 67 | 0 | 16 | 111 | 23 | 61 | 75 | 63 |
| Binary | 11001111 | 10110010 | 110111 | 0 | 1110 | 1001001 | 10011 | 110001 | 111101 | 110011 |
Color Harmonies of #CFB237
Complementary color
Monochromatic Colors of #CFB237
Black with #CFB237
Text Example
Text Example
White with #CFB237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB237; }
p { color: rgb(207,178,55); }
H1.HeaderClassName
{
color: #CFB237;
}
.AnyTagClassName
{
color: #CFB237;
}
</style>
background-color css
<style>
a { background-color: #CFB237; }
a { background-color: rgb(207,178,55); }
div.DivClassName
{
background-color: #CFB237;
}
.BgClassName
{
background-color: #CFB237;
}
</style>
border-color css
<style>
span { border-color: #CFB237; }
span { border-color: rgb(207,178,55); }
td.TdClassName
{
border-color: #CFB237;
}
.TagClassName
{
border-color: #CFB237;
}
</style>