Shades of Old Gold #CCB73A
Tints of Old Gold #CCB73A
RGB
CMYK
RGB Variations
Color information
#CCB73A (or 0xCCB73A) is known color: Old Gold. HEX triplet: CC, B7 and 3A. RGB value is (204,183,58). Sum of RGB (Red+Green+Blue) = 204+183+58=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 183 (71.88% from 255 or 41.12% from 445); Blue value is 58 (23.05% from 255 or 13.03% from 445); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB73A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB73A is #3348C5. Grayscale: #AFAFAF. Windows color (decimal): -3360966 or 3848140. OLE color: 3848140.
HSL color Cylindrical-coordinate representation of color #CCB73A: hue angle of 51.37º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CCB73A is Cyan = 0, Magento = 0.10, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 183 | 58 | - |
| CMYK | 0 | 0.10 | 0.72 | 0.2 |
| HSL | 51.37º | 0.59% | 0.51% | - |
| HSV(B) | 51.37º | 0.72% | 0.8% | - |
| XYZ | 42.6 | 47.01 | 10.83 | - |
| YUV | 175.03 | 61.96 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 183 | 58 | 0 | 0.10 | 0.72 | 0.2 | 51.37 | 0.59 | 0.51 |
| Hex | CC | B7 | 3A | 0 | A | 48 | 14 | 33 | 3B | 33 |
| Octal | 314 | 267 | 72 | 0 | 12 | 110 | 24 | 63 | 73 | 63 |
| Binary | 11001100 | 10110111 | 111010 | 0 | 1010 | 1001000 | 10100 | 110011 | 111011 | 110011 |
Color Harmonies of #CCB73A
Complementary color
Monochromatic Colors of #CCB73A
Black with #CCB73A
Text Example
Text Example
White with #CCB73A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB73A; }
p { color: rgb(204,183,58); }
H1.HeaderClassName
{
color: #CCB73A;
}
.AnyTagClassName
{
color: #CCB73A;
}
</style>
background-color css
<style>
a { background-color: #CCB73A; }
a { background-color: rgb(204,183,58); }
div.DivClassName
{
background-color: #CCB73A;
}
.BgClassName
{
background-color: #CCB73A;
}
</style>
border-color css
<style>
span { border-color: #CCB73A; }
span { border-color: rgb(204,183,58); }
td.TdClassName
{
border-color: #CCB73A;
}
.TagClassName
{
border-color: #CCB73A;
}
</style>