Shades of Old Gold #CFC036
Tints of Old Gold #CFC036
RGB
CMYK
RGB Variations
Color information
#CFC036 (or 0xCFC036) is known color: Old Gold. HEX triplet: CF, C0 and 36. RGB value is (207,192,54). Sum of RGB (Red+Green+Blue) = 207+192+54=453 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.70% from 453); Green value is 192 (75.39% from 255 or 42.38% from 453); Blue value is 54 (21.48% from 255 or 11.92% from 453); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC036 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC036 is #303FC9. Grayscale: #B5B5B5. Windows color (decimal): -3162058 or 3588303. OLE color: 3588303.
HSL color Cylindrical-coordinate representation of color #CFC036: hue angle of 54.12º 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 #CFC036 is Cyan = 0, Magento = 0.07, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 192 | 54 | - |
| CMYK | 0 | 0.07 | 0.74 | 0.19 |
| HSL | 54.12º | 0.61% | 0.51% | - |
| HSV(B) | 54.12º | 0.74% | 0.81% | - |
| XYZ | 45.25 | 51.23 | 10.99 | - |
| YUV | 180.75 | 56.47 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 192 | 54 | 0 | 0.07 | 0.74 | 0.19 | 54.12 | 0.61 | 0.51 |
| Hex | CF | C0 | 36 | 0 | 7 | 4A | 13 | 36 | 3D | 33 |
| Octal | 317 | 300 | 66 | 0 | 7 | 112 | 23 | 66 | 75 | 63 |
| Binary | 11001111 | 11000000 | 110110 | 0 | 111 | 1001010 | 10011 | 110110 | 111101 | 110011 |
Color Harmonies of #CFC036
Complementary color
Monochromatic Colors of #CFC036
Black with #CFC036
Text Example
Text Example
White with #CFC036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC036; }
p { color: rgb(207,192,54); }
H1.HeaderClassName
{
color: #CFC036;
}
.AnyTagClassName
{
color: #CFC036;
}
</style>
background-color css
<style>
a { background-color: #CFC036; }
a { background-color: rgb(207,192,54); }
div.DivClassName
{
background-color: #CFC036;
}
.BgClassName
{
background-color: #CFC036;
}
</style>
border-color css
<style>
span { border-color: #CFC036; }
span { border-color: rgb(207,192,54); }
td.TdClassName
{
border-color: #CFC036;
}
.TagClassName
{
border-color: #CFC036;
}
</style>