Shades of Old Gold #CFB62C
Tints of Old Gold #CFB62C
RGB
CMYK
RGB Variations
Color information
#CFB62C (or 0xCFB62C) is known color: Old Gold. HEX triplet: CF, B6 and 2C. RGB value is (207,182,44). Sum of RGB (Red+Green+Blue) = 207+182+44=433 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.81% from 433); Green value is 182 (71.48% from 255 or 42.03% from 433); Blue value is 44 (17.58% from 255 or 10.16% from 433); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB62C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB62C is #3049D3. Grayscale: #AEAEAE. Windows color (decimal): -3164628 or 2930383. OLE color: 2930383.
HSL color Cylindrical-coordinate representation of color #CFB62C: hue angle of 50.8º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CFB62C is Cyan = 0, Magento = 0.12, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 182 | 44 | - |
| CMYK | 0 | 0.12 | 0.79 | 0.19 |
| HSL | 50.8º | 0.65% | 0.49% | - |
| HSV(B) | 50.8º | 0.79% | 0.81% | - |
| XYZ | 42.91 | 46.9 | 9.17 | - |
| YUV | 173.74 | 54.78 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 182 | 44 | 0 | 0.12 | 0.79 | 0.19 | 50.8 | 0.65 | 0.49 |
| Hex | CF | B6 | 2C | 0 | C | 4F | 13 | 33 | 41 | 31 |
| Octal | 317 | 266 | 54 | 0 | 14 | 117 | 23 | 63 | 101 | 61 |
| Binary | 11001111 | 10110110 | 101100 | 0 | 1100 | 1001111 | 10011 | 110011 | 1000001 | 110001 |
Color Harmonies of #CFB62C
Complementary color
Monochromatic Colors of #CFB62C
Black with #CFB62C
Text Example
Text Example
White with #CFB62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB62C; }
p { color: rgb(207,182,44); }
H1.HeaderClassName
{
color: #CFB62C;
}
.AnyTagClassName
{
color: #CFB62C;
}
</style>
background-color css
<style>
a { background-color: #CFB62C; }
a { background-color: rgb(207,182,44); }
div.DivClassName
{
background-color: #CFB62C;
}
.BgClassName
{
background-color: #CFB62C;
}
</style>
border-color css
<style>
span { border-color: #CFB62C; }
span { border-color: rgb(207,182,44); }
td.TdClassName
{
border-color: #CFB62C;
}
.TagClassName
{
border-color: #CFB62C;
}
</style>