Shades of Old Gold #CFB13A
Tints of Old Gold #CFB13A
RGB
CMYK
RGB Variations
Color information
#CFB13A (or 0xCFB13A) is known color: Old Gold. HEX triplet: CF, B1 and 3A. RGB value is (207,177,58). Sum of RGB (Red+Green+Blue) = 207+177+58=442 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.83% from 442); Green value is 177 (69.53% from 255 or 40.05% from 442); Blue value is 58 (23.05% from 255 or 13.12% from 442); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB13A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFB13A is #304EC5. Grayscale: #ACACAC. Windows color (decimal): -3165894 or 3846607. OLE color: 3846607.
HSL color Cylindrical-coordinate representation of color #CFB13A: hue angle of 47.92º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CFB13A is Cyan = 0, Magento = 0.14, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 177 | 58 | - |
| CMYK | 0 | 0.14 | 0.72 | 0.19 |
| HSL | 47.92º | 0.61% | 0.52% | - |
| HSV(B) | 47.92º | 0.72% | 0.81% | - |
| XYZ | 42.22 | 45.02 | 10.47 | - |
| YUV | 172.4 | 63.44 | 152.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 177 | 58 | 0 | 0.14 | 0.72 | 0.19 | 47.92 | 0.61 | 0.52 |
| Hex | CF | B1 | 3A | 0 | E | 48 | 13 | 30 | 3D | 34 |
| Octal | 317 | 261 | 72 | 0 | 16 | 110 | 23 | 60 | 75 | 64 |
| Binary | 11001111 | 10110001 | 111010 | 0 | 1110 | 1001000 | 10011 | 110000 | 111101 | 110100 |
Color Harmonies of #CFB13A
Complementary color
Monochromatic Colors of #CFB13A
Black with #CFB13A
Text Example
Text Example
White with #CFB13A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB13A; }
p { color: rgb(207,177,58); }
H1.HeaderClassName
{
color: #CFB13A;
}
.AnyTagClassName
{
color: #CFB13A;
}
</style>
background-color css
<style>
a { background-color: #CFB13A; }
a { background-color: rgb(207,177,58); }
div.DivClassName
{
background-color: #CFB13A;
}
.BgClassName
{
background-color: #CFB13A;
}
</style>
border-color css
<style>
span { border-color: #CFB13A; }
span { border-color: rgb(207,177,58); }
td.TdClassName
{
border-color: #CFB13A;
}
.TagClassName
{
border-color: #CFB13A;
}
</style>