Shades of Old Gold #CFB436
Tints of Old Gold #CFB436
RGB
CMYK
RGB Variations
Color information
#CFB436 (or 0xCFB436) is known color: Old Gold. HEX triplet: CF, B4 and 36. RGB value is (207,180,54). Sum of RGB (Red+Green+Blue) = 207+180+54=441 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.94% from 441); Green value is 180 (70.70% from 255 or 40.82% from 441); Blue value is 54 (21.48% from 255 or 12.24% from 441); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB436 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB436 is #304BC9. Grayscale: #AEAEAE. Windows color (decimal): -3165130 or 3585231. OLE color: 3585231.
HSL color Cylindrical-coordinate representation of color #CFB436: hue angle of 49.41º 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 #CFB436 is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 180 | 54 | - |
| CMYK | 0 | 0.13 | 0.74 | 0.19 |
| HSL | 49.41º | 0.61% | 0.51% | - |
| HSV(B) | 49.41º | 0.74% | 0.81% | - |
| XYZ | 42.72 | 46.17 | 10.15 | - |
| YUV | 173.71 | 60.45 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 180 | 54 | 0 | 0.13 | 0.74 | 0.19 | 49.41 | 0.61 | 0.51 |
| Hex | CF | B4 | 36 | 0 | D | 4A | 13 | 31 | 3D | 33 |
| Octal | 317 | 264 | 66 | 0 | 15 | 112 | 23 | 61 | 75 | 63 |
| Binary | 11001111 | 10110100 | 110110 | 0 | 1101 | 1001010 | 10011 | 110001 | 111101 | 110011 |
Color Harmonies of #CFB436
Complementary color
Monochromatic Colors of #CFB436
Black with #CFB436
Text Example
Text Example
White with #CFB436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB436; }
p { color: rgb(207,180,54); }
H1.HeaderClassName
{
color: #CFB436;
}
.AnyTagClassName
{
color: #CFB436;
}
</style>
background-color css
<style>
a { background-color: #CFB436; }
a { background-color: rgb(207,180,54); }
div.DivClassName
{
background-color: #CFB436;
}
.BgClassName
{
background-color: #CFB436;
}
</style>
border-color css
<style>
span { border-color: #CFB436; }
span { border-color: rgb(207,180,54); }
td.TdClassName
{
border-color: #CFB436;
}
.TagClassName
{
border-color: #CFB436;
}
</style>