Shades of Old Gold #CFB42F
Tints of Old Gold #CFB42F
RGB
CMYK
RGB Variations
Color information
#CFB42F (or 0xCFB42F) is known color: Old Gold. HEX triplet: CF, B4 and 2F. RGB value is (207,180,47). Sum of RGB (Red+Green+Blue) = 207+180+47=434 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.70% from 434); Green value is 180 (70.70% from 255 or 41.47% from 434); Blue value is 47 (18.75% from 255 or 10.83% from 434); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB42F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB42F is #304BD0. Grayscale: #ADADAD. Windows color (decimal): -3165137 or 3126479. OLE color: 3126479.
HSL color Cylindrical-coordinate representation of color #CFB42F: hue angle of 49.88º 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 #CFB42F is Cyan = 0, Magento = 0.13, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 180 | 47 | - |
| CMYK | 0 | 0.13 | 0.77 | 0.19 |
| HSL | 49.88º | 0.63% | 0.5% | - |
| HSV(B) | 49.88º | 0.77% | 0.81% | - |
| XYZ | 42.57 | 46.11 | 9.35 | - |
| YUV | 172.91 | 56.95 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 180 | 47 | 0 | 0.13 | 0.77 | 0.19 | 49.88 | 0.63 | 0.5 |
| Hex | CF | B4 | 2F | 0 | D | 4D | 13 | 32 | 3F | 32 |
| Octal | 317 | 264 | 57 | 0 | 15 | 115 | 23 | 62 | 77 | 62 |
| Binary | 11001111 | 10110100 | 101111 | 0 | 1101 | 1001101 | 10011 | 110010 | 111111 | 110010 |
Color Harmonies of #CFB42F
Complementary color
Monochromatic Colors of #CFB42F
Black with #CFB42F
Text Example
Text Example
White with #CFB42F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB42F; }
p { color: rgb(207,180,47); }
H1.HeaderClassName
{
color: #CFB42F;
}
.AnyTagClassName
{
color: #CFB42F;
}
</style>
background-color css
<style>
a { background-color: #CFB42F; }
a { background-color: rgb(207,180,47); }
div.DivClassName
{
background-color: #CFB42F;
}
.BgClassName
{
background-color: #CFB42F;
}
</style>
border-color css
<style>
span { border-color: #CFB42F; }
span { border-color: rgb(207,180,47); }
td.TdClassName
{
border-color: #CFB42F;
}
.TagClassName
{
border-color: #CFB42F;
}
</style>