Shades of Old Gold #CFB143
Tints of Old Gold #CFB143
RGB
CMYK
RGB Variations
Color information
#CFB143 (or 0xCFB143) is known color: Old Gold. HEX triplet: CF, B1 and 43. RGB value is (207,177,67). Sum of RGB (Red+Green+Blue) = 207+177+67=451 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.90% from 451); Green value is 177 (69.53% from 255 or 39.25% from 451); Blue value is 67 (26.56% from 255 or 14.86% from 451); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB143 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFB143 is #304EBC. Grayscale: #ADADAD. Windows color (decimal): -3165885 or 4436431. OLE color: 4436431.
HSL color Cylindrical-coordinate representation of color #CFB143: hue angle of 47.14º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CFB143 is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 177 | 67 | - |
| CMYK | 0 | 0.14 | 0.68 | 0.19 |
| HSL | 47.14º | 0.59% | 0.54% | - |
| HSV(B) | 47.14º | 0.68% | 0.81% | - |
| XYZ | 42.47 | 45.11 | 11.78 | - |
| YUV | 173.43 | 67.94 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 177 | 67 | 0 | 0.14 | 0.68 | 0.19 | 47.14 | 0.59 | 0.54 |
| Hex | CF | B1 | 43 | 0 | E | 44 | 13 | 2F | 3B | 36 |
| Octal | 317 | 261 | 103 | 0 | 16 | 104 | 23 | 57 | 73 | 66 |
| Binary | 11001111 | 10110001 | 1000011 | 0 | 1110 | 1000100 | 10011 | 101111 | 111011 | 110110 |
Color Harmonies of #CFB143
Complementary color
Monochromatic Colors of #CFB143
Black with #CFB143
Text Example
Text Example
White with #CFB143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB143; }
p { color: rgb(207,177,67); }
H1.HeaderClassName
{
color: #CFB143;
}
.AnyTagClassName
{
color: #CFB143;
}
</style>
background-color css
<style>
a { background-color: #CFB143; }
a { background-color: rgb(207,177,67); }
div.DivClassName
{
background-color: #CFB143;
}
.BgClassName
{
background-color: #CFB143;
}
</style>
border-color css
<style>
span { border-color: #CFB143; }
span { border-color: rgb(207,177,67); }
td.TdClassName
{
border-color: #CFB143;
}
.TagClassName
{
border-color: #CFB143;
}
</style>