Shades of Old Gold #CFB63B
Tints of Old Gold #CFB63B
RGB
CMYK
RGB Variations
Color information
#CFB63B (or 0xCFB63B) is known color: Old Gold. HEX triplet: CF, B6 and 3B. RGB value is (207,182,59). Sum of RGB (Red+Green+Blue) = 207+182+59=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 182 (71.48% from 255 or 40.62% from 448); Blue value is 59 (23.44% from 255 or 13.17% from 448); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB63B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB63B is #3049C4. Grayscale: #AFAFAF. Windows color (decimal): -3164613 or 3913423. OLE color: 3913423.
HSL color Cylindrical-coordinate representation of color #CFB63B: hue angle of 49.86º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CFB63B is Cyan = 0, Magento = 0.12, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 182 | 59 | - |
| CMYK | 0 | 0.12 | 0.71 | 0.19 |
| HSL | 49.86º | 0.61% | 0.52% | - |
| HSV(B) | 49.86º | 0.71% | 0.81% | - |
| XYZ | 43.25 | 47.04 | 10.94 | - |
| YUV | 175.45 | 62.28 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 182 | 59 | 0 | 0.12 | 0.71 | 0.19 | 49.86 | 0.61 | 0.52 |
| Hex | CF | B6 | 3B | 0 | C | 47 | 13 | 32 | 3D | 34 |
| Octal | 317 | 266 | 73 | 0 | 14 | 107 | 23 | 62 | 75 | 64 |
| Binary | 11001111 | 10110110 | 111011 | 0 | 1100 | 1000111 | 10011 | 110010 | 111101 | 110100 |
Color Harmonies of #CFB63B
Complementary color
Monochromatic Colors of #CFB63B
Black with #CFB63B
Text Example
Text Example
White with #CFB63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB63B; }
p { color: rgb(207,182,59); }
H1.HeaderClassName
{
color: #CFB63B;
}
.AnyTagClassName
{
color: #CFB63B;
}
</style>
background-color css
<style>
a { background-color: #CFB63B; }
a { background-color: rgb(207,182,59); }
div.DivClassName
{
background-color: #CFB63B;
}
.BgClassName
{
background-color: #CFB63B;
}
</style>
border-color css
<style>
span { border-color: #CFB63B; }
span { border-color: rgb(207,182,59); }
td.TdClassName
{
border-color: #CFB63B;
}
.TagClassName
{
border-color: #CFB63B;
}
</style>