Shades of Old Gold #CFB33B
Tints of Old Gold #CFB33B
RGB
CMYK
RGB Variations
Color information
#CFB33B (or 0xCFB33B) is known color: Old Gold. HEX triplet: CF, B3 and 3B. RGB value is (207,179,59). Sum of RGB (Red+Green+Blue) = 207+179+59=445 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.52% from 445); Green value is 179 (70.31% from 255 or 40.22% from 445); Blue value is 59 (23.44% from 255 or 13.26% from 445); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB33B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB33B is #304CC4. Grayscale: #AEAEAE. Windows color (decimal): -3165381 or 3912655. OLE color: 3912655.
HSL color Cylindrical-coordinate representation of color #CFB33B: hue angle of 48.65º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CFB33B is Cyan = 0, Magento = 0.14, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 179 | 59 | - |
| CMYK | 0 | 0.14 | 0.71 | 0.19 |
| HSL | 48.65º | 0.61% | 0.52% | - |
| HSV(B) | 48.65º | 0.71% | 0.81% | - |
| XYZ | 42.64 | 45.82 | 10.73 | - |
| YUV | 173.69 | 63.28 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 179 | 59 | 0 | 0.14 | 0.71 | 0.19 | 48.65 | 0.61 | 0.52 |
| Hex | CF | B3 | 3B | 0 | E | 47 | 13 | 31 | 3D | 34 |
| Octal | 317 | 263 | 73 | 0 | 16 | 107 | 23 | 61 | 75 | 64 |
| Binary | 11001111 | 10110011 | 111011 | 0 | 1110 | 1000111 | 10011 | 110001 | 111101 | 110100 |
Color Harmonies of #CFB33B
Complementary color
Monochromatic Colors of #CFB33B
Black with #CFB33B
Text Example
Text Example
White with #CFB33B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB33B; }
p { color: rgb(207,179,59); }
H1.HeaderClassName
{
color: #CFB33B;
}
.AnyTagClassName
{
color: #CFB33B;
}
</style>
background-color css
<style>
a { background-color: #CFB33B; }
a { background-color: rgb(207,179,59); }
div.DivClassName
{
background-color: #CFB33B;
}
.BgClassName
{
background-color: #CFB33B;
}
</style>
border-color css
<style>
span { border-color: #CFB33B; }
span { border-color: rgb(207,179,59); }
td.TdClassName
{
border-color: #CFB33B;
}
.TagClassName
{
border-color: #CFB33B;
}
</style>