Shades of Old Gold #CFB83D
Tints of Old Gold #CFB83D
RGB
CMYK
RGB Variations
Color information
#CFB83D (or 0xCFB83D) is known color: Old Gold. HEX triplet: CF, B8 and 3D. RGB value is (207,184,61). Sum of RGB (Red+Green+Blue) = 207+184+61=452 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.80% from 452); Green value is 184 (72.27% from 255 or 40.71% from 452); Blue value is 61 (24.22% from 255 or 13.50% from 452); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB83D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB83D is #3047C2. Grayscale: #B1B1B1. Windows color (decimal): -3164099 or 4045007. OLE color: 4045007.
HSL color Cylindrical-coordinate representation of color #CFB83D: hue angle of 50.55º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CFB83D is Cyan = 0, Magento = 0.11, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 184 | 61 | - |
| CMYK | 0 | 0.11 | 0.71 | 0.19 |
| HSL | 50.55º | 0.6% | 0.53% | - |
| HSV(B) | 50.55º | 0.71% | 0.81% | - |
| XYZ | 43.71 | 47.88 | 11.35 | - |
| YUV | 176.86 | 62.62 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 184 | 61 | 0 | 0.11 | 0.71 | 0.19 | 50.55 | 0.6 | 0.53 |
| Hex | CF | B8 | 3D | 0 | B | 47 | 13 | 33 | 3C | 35 |
| Octal | 317 | 270 | 75 | 0 | 13 | 107 | 23 | 63 | 74 | 65 |
| Binary | 11001111 | 10111000 | 111101 | 0 | 1011 | 1000111 | 10011 | 110011 | 111100 | 110101 |
Color Harmonies of #CFB83D
Complementary color
Monochromatic Colors of #CFB83D
Black with #CFB83D
Text Example
Text Example
White with #CFB83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB83D; }
p { color: rgb(207,184,61); }
H1.HeaderClassName
{
color: #CFB83D;
}
.AnyTagClassName
{
color: #CFB83D;
}
</style>
background-color css
<style>
a { background-color: #CFB83D; }
a { background-color: rgb(207,184,61); }
div.DivClassName
{
background-color: #CFB83D;
}
.BgClassName
{
background-color: #CFB83D;
}
</style>
border-color css
<style>
span { border-color: #CFB83D; }
span { border-color: rgb(207,184,61); }
td.TdClassName
{
border-color: #CFB83D;
}
.TagClassName
{
border-color: #CFB83D;
}
</style>