Shades of Old Gold #CFB92B
Tints of Old Gold #CFB92B
RGB
CMYK
RGB Variations
Color information
#CFB92B (or 0xCFB92B) is known color: Old Gold. HEX triplet: CF, B9 and 2B. RGB value is (207,185,43). Sum of RGB (Red+Green+Blue) = 207+185+43=435 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.59% from 435); Green value is 185 (72.66% from 255 or 42.53% from 435); Blue value is 43 (17.19% from 255 or 9.89% from 435); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB92B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB92B is #3046D4. Grayscale: #AFAFAF. Windows color (decimal): -3163861 or 2865615. OLE color: 2865615.
HSL color Cylindrical-coordinate representation of color #CFB92B: hue angle of 51.95º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CFB92B is Cyan = 0, Magento = 0.11, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 185 | 43 | - |
| CMYK | 0 | 0.11 | 0.79 | 0.19 |
| HSL | 51.95º | 0.66% | 0.49% | - |
| HSV(B) | 51.95º | 0.79% | 0.81% | - |
| XYZ | 43.52 | 48.14 | 9.28 | - |
| YUV | 175.39 | 53.29 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 185 | 43 | 0 | 0.11 | 0.79 | 0.19 | 51.95 | 0.66 | 0.49 |
| Hex | CF | B9 | 2B | 0 | B | 4F | 13 | 34 | 42 | 31 |
| Octal | 317 | 271 | 53 | 0 | 13 | 117 | 23 | 64 | 102 | 61 |
| Binary | 11001111 | 10111001 | 101011 | 0 | 1011 | 1001111 | 10011 | 110100 | 1000010 | 110001 |
Color Harmonies of #CFB92B
Complementary color
Monochromatic Colors of #CFB92B
Black with #CFB92B
Text Example
Text Example
White with #CFB92B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB92B; }
p { color: rgb(207,185,43); }
H1.HeaderClassName
{
color: #CFB92B;
}
.AnyTagClassName
{
color: #CFB92B;
}
</style>
background-color css
<style>
a { background-color: #CFB92B; }
a { background-color: rgb(207,185,43); }
div.DivClassName
{
background-color: #CFB92B;
}
.BgClassName
{
background-color: #CFB92B;
}
</style>
border-color css
<style>
span { border-color: #CFB92B; }
span { border-color: rgb(207,185,43); }
td.TdClassName
{
border-color: #CFB92B;
}
.TagClassName
{
border-color: #CFB92B;
}
</style>