Shades of Old Gold #CFB84A
Tints of Old Gold #CFB84A
RGB
CMYK
RGB Variations
Color information
#CFB84A (or 0xCFB84A) is known color: Old Gold. HEX triplet: CF, B8 and 4A. RGB value is (207,184,74). Sum of RGB (Red+Green+Blue) = 207+184+74=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 184 (72.27% from 255 or 39.57% from 465); Blue value is 74 (29.30% from 255 or 15.91% from 465); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB84A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB84A is #3047B5. Grayscale: #B2B2B2. Windows color (decimal): -3164086 or 4896975. OLE color: 4896975.
HSL color Cylindrical-coordinate representation of color #CFB84A: hue angle of 49.62º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CFB84A is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 184 | 74 | - |
| CMYK | 0 | 0.11 | 0.64 | 0.19 |
| HSL | 49.62º | 0.58% | 0.55% | - |
| HSV(B) | 49.62º | 0.64% | 0.81% | - |
| XYZ | 44.11 | 48.04 | 13.43 | - |
| YUV | 178.34 | 69.12 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 184 | 74 | 0 | 0.11 | 0.64 | 0.19 | 49.62 | 0.58 | 0.55 |
| Hex | CF | B8 | 4A | 0 | B | 40 | 13 | 32 | 3A | 37 |
| Octal | 317 | 270 | 112 | 0 | 13 | 100 | 23 | 62 | 72 | 67 |
| Binary | 11001111 | 10111000 | 1001010 | 0 | 1011 | 1000000 | 10011 | 110010 | 111010 | 110111 |
Color Harmonies of #CFB84A
Complementary color
Monochromatic Colors of #CFB84A
Black with #CFB84A
Text Example
Text Example
White with #CFB84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB84A; }
p { color: rgb(207,184,74); }
H1.HeaderClassName
{
color: #CFB84A;
}
.AnyTagClassName
{
color: #CFB84A;
}
</style>
background-color css
<style>
a { background-color: #CFB84A; }
a { background-color: rgb(207,184,74); }
div.DivClassName
{
background-color: #CFB84A;
}
.BgClassName
{
background-color: #CFB84A;
}
</style>
border-color css
<style>
span { border-color: #CFB84A; }
span { border-color: rgb(207,184,74); }
td.TdClassName
{
border-color: #CFB84A;
}
.TagClassName
{
border-color: #CFB84A;
}
</style>