Shades of Old Gold #CFB836
Tints of Old Gold #CFB836
RGB
CMYK
RGB Variations
Color information
#CFB836 (or 0xCFB836) is known color: Old Gold. HEX triplet: CF, B8 and 36. RGB value is (207,184,54). Sum of RGB (Red+Green+Blue) = 207+184+54=445 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.52% from 445); Green value is 184 (72.27% from 255 or 41.35% from 445); Blue value is 54 (21.48% from 255 or 12.13% from 445); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB836 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB836 is #3047C9. Grayscale: #B0B0B0. Windows color (decimal): -3164106 or 3586255. OLE color: 3586255.
HSL color Cylindrical-coordinate representation of color #CFB836: hue angle of 50.98º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CFB836 is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 184 | 54 | - |
| CMYK | 0 | 0.11 | 0.74 | 0.19 |
| HSL | 50.98º | 0.61% | 0.51% | - |
| HSV(B) | 50.98º | 0.74% | 0.81% | - |
| XYZ | 43.54 | 47.81 | 10.42 | - |
| YUV | 176.06 | 59.12 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 184 | 54 | 0 | 0.11 | 0.74 | 0.19 | 50.98 | 0.61 | 0.51 |
| Hex | CF | B8 | 36 | 0 | B | 4A | 13 | 33 | 3D | 33 |
| Octal | 317 | 270 | 66 | 0 | 13 | 112 | 23 | 63 | 75 | 63 |
| Binary | 11001111 | 10111000 | 110110 | 0 | 1011 | 1001010 | 10011 | 110011 | 111101 | 110011 |
Color Harmonies of #CFB836
Complementary color
Monochromatic Colors of #CFB836
Black with #CFB836
Text Example
Text Example
White with #CFB836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB836; }
p { color: rgb(207,184,54); }
H1.HeaderClassName
{
color: #CFB836;
}
.AnyTagClassName
{
color: #CFB836;
}
</style>
background-color css
<style>
a { background-color: #CFB836; }
a { background-color: rgb(207,184,54); }
div.DivClassName
{
background-color: #CFB836;
}
.BgClassName
{
background-color: #CFB836;
}
</style>
border-color css
<style>
span { border-color: #CFB836; }
span { border-color: rgb(207,184,54); }
td.TdClassName
{
border-color: #CFB836;
}
.TagClassName
{
border-color: #CFB836;
}
</style>