Shades of Old Gold #CFB83A
Tints of Old Gold #CFB83A
RGB
CMYK
RGB Variations
Color information
#CFB83A (or 0xCFB83A) is known color: Old Gold. HEX triplet: CF, B8 and 3A. RGB value is (207,184,58). Sum of RGB (Red+Green+Blue) = 207+184+58=449 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.10% from 449); Green value is 184 (72.27% from 255 or 40.98% from 449); Blue value is 58 (23.05% from 255 or 12.92% from 449); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB83A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB83A is #3047C5. Grayscale: #B1B1B1. Windows color (decimal): -3164102 or 3848399. OLE color: 3848399.
HSL color Cylindrical-coordinate representation of color #CFB83A: hue angle of 50.74º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CFB83A is Cyan = 0, Magento = 0.11, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 184 | 58 | - |
| CMYK | 0 | 0.11 | 0.72 | 0.19 |
| HSL | 50.74º | 0.61% | 0.52% | - |
| HSV(B) | 50.74º | 0.72% | 0.81% | - |
| XYZ | 43.64 | 47.85 | 10.94 | - |
| YUV | 176.51 | 61.12 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 184 | 58 | 0 | 0.11 | 0.72 | 0.19 | 50.74 | 0.61 | 0.52 |
| Hex | CF | B8 | 3A | 0 | B | 48 | 13 | 33 | 3D | 34 |
| Octal | 317 | 270 | 72 | 0 | 13 | 110 | 23 | 63 | 75 | 64 |
| Binary | 11001111 | 10111000 | 111010 | 0 | 1011 | 1001000 | 10011 | 110011 | 111101 | 110100 |
Color Harmonies of #CFB83A
Complementary color
Monochromatic Colors of #CFB83A
Black with #CFB83A
Text Example
Text Example
White with #CFB83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB83A; }
p { color: rgb(207,184,58); }
H1.HeaderClassName
{
color: #CFB83A;
}
.AnyTagClassName
{
color: #CFB83A;
}
</style>
background-color css
<style>
a { background-color: #CFB83A; }
a { background-color: rgb(207,184,58); }
div.DivClassName
{
background-color: #CFB83A;
}
.BgClassName
{
background-color: #CFB83A;
}
</style>
border-color css
<style>
span { border-color: #CFB83A; }
span { border-color: rgb(207,184,58); }
td.TdClassName
{
border-color: #CFB83A;
}
.TagClassName
{
border-color: #CFB83A;
}
</style>