Shades of Old Gold #CFB94B
Tints of Old Gold #CFB94B
RGB
CMYK
RGB Variations
Color information
#CFB94B (or 0xCFB94B) is known color: Old Gold. HEX triplet: CF, B9 and 4B. RGB value is (207,185,75). Sum of RGB (Red+Green+Blue) = 207+185+75=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 185 (72.66% from 255 or 39.61% from 467); Blue value is 75 (29.69% from 255 or 16.06% from 467); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB94B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB94B is #3046B4. Grayscale: #B3B3B3. Windows color (decimal): -3163829 or 4962767. OLE color: 4962767.
HSL color Cylindrical-coordinate representation of color #CFB94B: hue angle of 50º 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 #CFB94B is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 185 | 75 | - |
| CMYK | 0 | 0.11 | 0.64 | 0.19 |
| HSL | 50º | 0.58% | 0.55% | - |
| HSV(B) | 50º | 0.64% | 0.81% | - |
| XYZ | 44.35 | 48.47 | 13.67 | - |
| YUV | 179.04 | 69.29 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 185 | 75 | 0 | 0.11 | 0.64 | 0.19 | 50 | 0.58 | 0.55 |
| Hex | CF | B9 | 4B | 0 | B | 40 | 13 | 32 | 3A | 37 |
| Octal | 317 | 271 | 113 | 0 | 13 | 100 | 23 | 62 | 72 | 67 |
| Binary | 11001111 | 10111001 | 1001011 | 0 | 1011 | 1000000 | 10011 | 110010 | 111010 | 110111 |
Color Harmonies of #CFB94B
Complementary color
Monochromatic Colors of #CFB94B
Black with #CFB94B
Text Example
Text Example
White with #CFB94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB94B; }
p { color: rgb(207,185,75); }
H1.HeaderClassName
{
color: #CFB94B;
}
.AnyTagClassName
{
color: #CFB94B;
}
</style>
background-color css
<style>
a { background-color: #CFB94B; }
a { background-color: rgb(207,185,75); }
div.DivClassName
{
background-color: #CFB94B;
}
.BgClassName
{
background-color: #CFB94B;
}
</style>
border-color css
<style>
span { border-color: #CFB94B; }
span { border-color: rgb(207,185,75); }
td.TdClassName
{
border-color: #CFB94B;
}
.TagClassName
{
border-color: #CFB94B;
}
</style>