Shades of Old Gold #CFB536
Tints of Old Gold #CFB536
RGB
CMYK
RGB Variations
Color information
#CFB536 (or 0xCFB536) is known color: Old Gold. HEX triplet: CF, B5 and 36. RGB value is (207,181,54). Sum of RGB (Red+Green+Blue) = 207+181+54=442 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.83% from 442); Green value is 181 (71.09% from 255 or 40.95% from 442); Blue value is 54 (21.48% from 255 or 12.22% from 442); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB536 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB536 is #304AC9. Grayscale: #AEAEAE. Windows color (decimal): -3164874 or 3585487. OLE color: 3585487.
HSL color Cylindrical-coordinate representation of color #CFB536: hue angle of 49.8º 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 #CFB536 is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 181 | 54 | - |
| CMYK | 0 | 0.13 | 0.74 | 0.19 |
| HSL | 49.8º | 0.61% | 0.51% | - |
| HSV(B) | 49.8º | 0.74% | 0.81% | - |
| XYZ | 42.92 | 46.58 | 10.22 | - |
| YUV | 174.3 | 60.11 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 181 | 54 | 0 | 0.13 | 0.74 | 0.19 | 49.8 | 0.61 | 0.51 |
| Hex | CF | B5 | 36 | 0 | D | 4A | 13 | 32 | 3D | 33 |
| Octal | 317 | 265 | 66 | 0 | 15 | 112 | 23 | 62 | 75 | 63 |
| Binary | 11001111 | 10110101 | 110110 | 0 | 1101 | 1001010 | 10011 | 110010 | 111101 | 110011 |
Color Harmonies of #CFB536
Complementary color
Monochromatic Colors of #CFB536
Black with #CFB536
Text Example
Text Example
White with #CFB536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB536; }
p { color: rgb(207,181,54); }
H1.HeaderClassName
{
color: #CFB536;
}
.AnyTagClassName
{
color: #CFB536;
}
</style>
background-color css
<style>
a { background-color: #CFB536; }
a { background-color: rgb(207,181,54); }
div.DivClassName
{
background-color: #CFB536;
}
.BgClassName
{
background-color: #CFB536;
}
</style>
border-color css
<style>
span { border-color: #CFB536; }
span { border-color: rgb(207,181,54); }
td.TdClassName
{
border-color: #CFB536;
}
.TagClassName
{
border-color: #CFB536;
}
</style>