Shades of Old Gold #CFB43A
Tints of Old Gold #CFB43A
RGB
CMYK
RGB Variations
Color information
#CFB43A (or 0xCFB43A) is known color: Old Gold. HEX triplet: CF, B4 and 3A. RGB value is (207,180,58). Sum of RGB (Red+Green+Blue) = 207+180+58=445 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.52% from 445); Green value is 180 (70.70% from 255 or 40.45% from 445); Blue value is 58 (23.05% from 255 or 13.03% from 445); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB43A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB43A is #304BC5. Grayscale: #AEAEAE. Windows color (decimal): -3165126 or 3847375. OLE color: 3847375.
HSL color Cylindrical-coordinate representation of color #CFB43A: hue angle of 49.13º 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 #CFB43A is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 180 | 58 | - |
| CMYK | 0 | 0.13 | 0.72 | 0.19 |
| HSL | 49.13º | 0.61% | 0.52% | - |
| HSV(B) | 49.13º | 0.72% | 0.81% | - |
| XYZ | 42.82 | 46.21 | 10.67 | - |
| YUV | 174.17 | 62.45 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 180 | 58 | 0 | 0.13 | 0.72 | 0.19 | 49.13 | 0.61 | 0.52 |
| Hex | CF | B4 | 3A | 0 | D | 48 | 13 | 31 | 3D | 34 |
| Octal | 317 | 264 | 72 | 0 | 15 | 110 | 23 | 61 | 75 | 64 |
| Binary | 11001111 | 10110100 | 111010 | 0 | 1101 | 1001000 | 10011 | 110001 | 111101 | 110100 |
Color Harmonies of #CFB43A
Complementary color
Monochromatic Colors of #CFB43A
Black with #CFB43A
Text Example
Text Example
White with #CFB43A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB43A; }
p { color: rgb(207,180,58); }
H1.HeaderClassName
{
color: #CFB43A;
}
.AnyTagClassName
{
color: #CFB43A;
}
</style>
background-color css
<style>
a { background-color: #CFB43A; }
a { background-color: rgb(207,180,58); }
div.DivClassName
{
background-color: #CFB43A;
}
.BgClassName
{
background-color: #CFB43A;
}
</style>
border-color css
<style>
span { border-color: #CFB43A; }
span { border-color: rgb(207,180,58); }
td.TdClassName
{
border-color: #CFB43A;
}
.TagClassName
{
border-color: #CFB43A;
}
</style>