Shades of Old Gold #CCB73C
Tints of Old Gold #CCB73C
RGB
CMYK
RGB Variations
Color information
#CCB73C (or 0xCCB73C) is known color: Old Gold. HEX triplet: CC, B7 and 3C. RGB value is (204,183,60). Sum of RGB (Red+Green+Blue) = 204+183+60=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 183 (71.88% from 255 or 40.94% from 447); Blue value is 60 (23.83% from 255 or 13.42% from 447); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB73C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB73C is #3348C3. Grayscale: #AFAFAF. Windows color (decimal): -3360964 or 3979212. OLE color: 3979212.
HSL color Cylindrical-coordinate representation of color #CCB73C: hue angle of 51.25º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CCB73C is Cyan = 0, Magento = 0.10, Yellow = 0.71 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 183 | 60 | - |
| CMYK | 0 | 0.10 | 0.71 | 0.2 |
| HSL | 51.25º | 0.59% | 0.52% | - |
| HSV(B) | 51.25º | 0.71% | 0.8% | - |
| XYZ | 42.65 | 47.03 | 11.1 | - |
| YUV | 175.26 | 62.96 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 183 | 60 | 0 | 0.10 | 0.71 | 0.2 | 51.25 | 0.59 | 0.52 |
| Hex | CC | B7 | 3C | 0 | A | 47 | 14 | 33 | 3B | 34 |
| Octal | 314 | 267 | 74 | 0 | 12 | 107 | 24 | 63 | 73 | 64 |
| Binary | 11001100 | 10110111 | 111100 | 0 | 1010 | 1000111 | 10100 | 110011 | 111011 | 110100 |
Color Harmonies of #CCB73C
Complementary color
Monochromatic Colors of #CCB73C
Black with #CCB73C
Text Example
Text Example
White with #CCB73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB73C; }
p { color: rgb(204,183,60); }
H1.HeaderClassName
{
color: #CCB73C;
}
.AnyTagClassName
{
color: #CCB73C;
}
</style>
background-color css
<style>
a { background-color: #CCB73C; }
a { background-color: rgb(204,183,60); }
div.DivClassName
{
background-color: #CCB73C;
}
.BgClassName
{
background-color: #CCB73C;
}
</style>
border-color css
<style>
span { border-color: #CCB73C; }
span { border-color: rgb(204,183,60); }
td.TdClassName
{
border-color: #CCB73C;
}
.TagClassName
{
border-color: #CCB73C;
}
</style>