Shades of Old Gold #CFB948
Tints of Old Gold #CFB948
RGB
CMYK
RGB Variations
Color information
#CFB948 (or 0xCFB948) is known color: Old Gold. HEX triplet: CF, B9 and 48. RGB value is (207,185,72). Sum of RGB (Red+Green+Blue) = 207+185+72=464 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.61% from 464); Green value is 185 (72.66% from 255 or 39.87% from 464); Blue value is 72 (28.52% from 255 or 15.52% from 464); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB948 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB948 is #3046B7. Grayscale: #B3B3B3. Windows color (decimal): -3163832 or 4766159. OLE color: 4766159.
HSL color Cylindrical-coordinate representation of color #CFB948: hue angle of 50.22º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CFB948 is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 185 | 72 | - |
| CMYK | 0 | 0.11 | 0.65 | 0.19 |
| HSL | 50.22º | 0.58% | 0.55% | - |
| HSV(B) | 50.22º | 0.65% | 0.81% | - |
| XYZ | 44.25 | 48.43 | 13.15 | - |
| YUV | 178.7 | 67.79 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 185 | 72 | 0 | 0.11 | 0.65 | 0.19 | 50.22 | 0.58 | 0.55 |
| Hex | CF | B9 | 48 | 0 | B | 41 | 13 | 32 | 3A | 37 |
| Octal | 317 | 271 | 110 | 0 | 13 | 101 | 23 | 62 | 72 | 67 |
| Binary | 11001111 | 10111001 | 1001000 | 0 | 1011 | 1000001 | 10011 | 110010 | 111010 | 110111 |
Color Harmonies of #CFB948
Complementary color
Monochromatic Colors of #CFB948
Black with #CFB948
Text Example
Text Example
White with #CFB948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB948; }
p { color: rgb(207,185,72); }
H1.HeaderClassName
{
color: #CFB948;
}
.AnyTagClassName
{
color: #CFB948;
}
</style>
background-color css
<style>
a { background-color: #CFB948; }
a { background-color: rgb(207,185,72); }
div.DivClassName
{
background-color: #CFB948;
}
.BgClassName
{
background-color: #CFB948;
}
</style>
border-color css
<style>
span { border-color: #CFB948; }
span { border-color: rgb(207,185,72); }
td.TdClassName
{
border-color: #CFB948;
}
.TagClassName
{
border-color: #CFB948;
}
</style>