Shades of Old Gold #CFB62D
Tints of Old Gold #CFB62D
RGB
CMYK
RGB Variations
Color information
#CFB62D (or 0xCFB62D) is known color: Old Gold. HEX triplet: CF, B6 and 2D. RGB value is (207,182,45). Sum of RGB (Red+Green+Blue) = 207+182+45=434 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.70% from 434); Green value is 182 (71.48% from 255 or 41.94% from 434); Blue value is 45 (17.97% from 255 or 10.37% from 434); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB62D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB62D is #3049D2. Grayscale: #AEAEAE. Windows color (decimal): -3164627 or 2995919. OLE color: 2995919.
HSL color Cylindrical-coordinate representation of color #CFB62D: hue angle of 50.74º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CFB62D is Cyan = 0, Magento = 0.12, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 182 | 45 | - |
| CMYK | 0 | 0.12 | 0.78 | 0.19 |
| HSL | 50.74º | 0.64% | 0.49% | - |
| HSV(B) | 50.74º | 0.78% | 0.81% | - |
| XYZ | 42.93 | 46.91 | 9.27 | - |
| YUV | 173.86 | 55.28 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 182 | 45 | 0 | 0.12 | 0.78 | 0.19 | 50.74 | 0.64 | 0.49 |
| Hex | CF | B6 | 2D | 0 | C | 4E | 13 | 33 | 40 | 31 |
| Octal | 317 | 266 | 55 | 0 | 14 | 116 | 23 | 63 | 100 | 61 |
| Binary | 11001111 | 10110110 | 101101 | 0 | 1100 | 1001110 | 10011 | 110011 | 1000000 | 110001 |
Color Harmonies of #CFB62D
Complementary color
Monochromatic Colors of #CFB62D
Black with #CFB62D
Text Example
Text Example
White with #CFB62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB62D; }
p { color: rgb(207,182,45); }
H1.HeaderClassName
{
color: #CFB62D;
}
.AnyTagClassName
{
color: #CFB62D;
}
</style>
background-color css
<style>
a { background-color: #CFB62D; }
a { background-color: rgb(207,182,45); }
div.DivClassName
{
background-color: #CFB62D;
}
.BgClassName
{
background-color: #CFB62D;
}
</style>
border-color css
<style>
span { border-color: #CFB62D; }
span { border-color: rgb(207,182,45); }
td.TdClassName
{
border-color: #CFB62D;
}
.TagClassName
{
border-color: #CFB62D;
}
</style>