Shades of Old Gold #CCB73E
Tints of Old Gold #CCB73E
RGB
CMYK
RGB Variations
Color information
#CCB73E (or 0xCCB73E) is known color: Old Gold. HEX triplet: CC, B7 and 3E. RGB value is (204,183,62). Sum of RGB (Red+Green+Blue) = 204+183+62=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 183 (71.88% from 255 or 40.76% from 449); Blue value is 62 (24.61% from 255 or 13.81% from 449); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB73E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB73E is #3348C1. Grayscale: #AFAFAF. Windows color (decimal): -3360962 or 4110284. OLE color: 4110284.
HSL color Cylindrical-coordinate representation of color #CCB73E: hue angle of 51.13º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CCB73E is Cyan = 0, Magento = 0.10, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 183 | 62 | - |
| CMYK | 0 | 0.10 | 0.70 | 0.2 |
| HSL | 51.13º | 0.58% | 0.52% | - |
| HSV(B) | 51.13º | 0.7% | 0.8% | - |
| XYZ | 42.7 | 47.05 | 11.39 | - |
| YUV | 175.49 | 63.96 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 183 | 62 | 0 | 0.10 | 0.70 | 0.2 | 51.13 | 0.58 | 0.52 |
| Hex | CC | B7 | 3E | 0 | A | 46 | 14 | 33 | 3A | 34 |
| Octal | 314 | 267 | 76 | 0 | 12 | 106 | 24 | 63 | 72 | 64 |
| Binary | 11001100 | 10110111 | 111110 | 0 | 1010 | 1000110 | 10100 | 110011 | 111010 | 110100 |
Color Harmonies of #CCB73E
Complementary color
Monochromatic Colors of #CCB73E
Black with #CCB73E
Text Example
Text Example
White with #CCB73E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB73E; }
p { color: rgb(204,183,62); }
H1.HeaderClassName
{
color: #CCB73E;
}
.AnyTagClassName
{
color: #CCB73E;
}
</style>
background-color css
<style>
a { background-color: #CCB73E; }
a { background-color: rgb(204,183,62); }
div.DivClassName
{
background-color: #CCB73E;
}
.BgClassName
{
background-color: #CCB73E;
}
</style>
border-color css
<style>
span { border-color: #CCB73E; }
span { border-color: rgb(204,183,62); }
td.TdClassName
{
border-color: #CCB73E;
}
.TagClassName
{
border-color: #CCB73E;
}
</style>