Shades of Old Gold #CFB62E
Tints of Old Gold #CFB62E
RGB
CMYK
RGB Variations
Color information
#CFB62E (or 0xCFB62E) is known color: Old Gold. HEX triplet: CF, B6 and 2E. RGB value is (207,182,46). Sum of RGB (Red+Green+Blue) = 207+182+46=435 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.59% from 435); Green value is 182 (71.48% from 255 or 41.84% from 435); Blue value is 46 (18.36% from 255 or 10.57% from 435); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB62E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB62E is #3049D1. Grayscale: #AEAEAE. Windows color (decimal): -3164626 or 3061455. OLE color: 3061455.
HSL color Cylindrical-coordinate representation of color #CFB62E: hue angle of 50.68º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CFB62E is Cyan = 0, Magento = 0.12, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 182 | 46 | - |
| CMYK | 0 | 0.12 | 0.78 | 0.19 |
| HSL | 50.68º | 0.64% | 0.5% | - |
| HSV(B) | 50.68º | 0.78% | 0.81% | - |
| XYZ | 42.95 | 46.92 | 9.38 | - |
| YUV | 173.97 | 55.78 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 182 | 46 | 0 | 0.12 | 0.78 | 0.19 | 50.68 | 0.64 | 0.5 |
| Hex | CF | B6 | 2E | 0 | C | 4E | 13 | 33 | 40 | 32 |
| Octal | 317 | 266 | 56 | 0 | 14 | 116 | 23 | 63 | 100 | 62 |
| Binary | 11001111 | 10110110 | 101110 | 0 | 1100 | 1001110 | 10011 | 110011 | 1000000 | 110010 |
Color Harmonies of #CFB62E
Complementary color
Monochromatic Colors of #CFB62E
Black with #CFB62E
Text Example
Text Example
White with #CFB62E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB62E; }
p { color: rgb(207,182,46); }
H1.HeaderClassName
{
color: #CFB62E;
}
.AnyTagClassName
{
color: #CFB62E;
}
</style>
background-color css
<style>
a { background-color: #CFB62E; }
a { background-color: rgb(207,182,46); }
div.DivClassName
{
background-color: #CFB62E;
}
.BgClassName
{
background-color: #CFB62E;
}
</style>
border-color css
<style>
span { border-color: #CFB62E; }
span { border-color: rgb(207,182,46); }
td.TdClassName
{
border-color: #CFB62E;
}
.TagClassName
{
border-color: #CFB62E;
}
</style>