Shades of Old Gold #CFB82F
Tints of Old Gold #CFB82F
RGB
CMYK
RGB Variations
Color information
#CFB82F (or 0xCFB82F) is known color: Old Gold. HEX triplet: CF, B8 and 2F. RGB value is (207,184,47). Sum of RGB (Red+Green+Blue) = 207+184+47=438 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.26% from 438); Green value is 184 (72.27% from 255 or 42.01% from 438); Blue value is 47 (18.75% from 255 or 10.73% from 438); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB82F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB82F is #3047D0. Grayscale: #AFAFAF. Windows color (decimal): -3164113 or 3127503. OLE color: 3127503.
HSL color Cylindrical-coordinate representation of color #CFB82F: hue angle of 51.38º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CFB82F is Cyan = 0, Magento = 0.11, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 184 | 47 | - |
| CMYK | 0 | 0.11 | 0.77 | 0.19 |
| HSL | 51.38º | 0.63% | 0.5% | - |
| HSV(B) | 51.38º | 0.77% | 0.81% | - |
| XYZ | 43.39 | 47.75 | 9.62 | - |
| YUV | 175.26 | 55.62 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 184 | 47 | 0 | 0.11 | 0.77 | 0.19 | 51.38 | 0.63 | 0.5 |
| Hex | CF | B8 | 2F | 0 | B | 4D | 13 | 33 | 3F | 32 |
| Octal | 317 | 270 | 57 | 0 | 13 | 115 | 23 | 63 | 77 | 62 |
| Binary | 11001111 | 10111000 | 101111 | 0 | 1011 | 1001101 | 10011 | 110011 | 111111 | 110010 |
Color Harmonies of #CFB82F
Complementary color
Monochromatic Colors of #CFB82F
Black with #CFB82F
Text Example
Text Example
White with #CFB82F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB82F; }
p { color: rgb(207,184,47); }
H1.HeaderClassName
{
color: #CFB82F;
}
.AnyTagClassName
{
color: #CFB82F;
}
</style>
background-color css
<style>
a { background-color: #CFB82F; }
a { background-color: rgb(207,184,47); }
div.DivClassName
{
background-color: #CFB82F;
}
.BgClassName
{
background-color: #CFB82F;
}
</style>
border-color css
<style>
span { border-color: #CFB82F; }
span { border-color: rgb(207,184,47); }
td.TdClassName
{
border-color: #CFB82F;
}
.TagClassName
{
border-color: #CFB82F;
}
</style>