Shades of Old Gold #CCB03F
Tints of Old Gold #CCB03F
RGB
CMYK
RGB Variations
Color information
#CCB03F (or 0xCCB03F) is known color: Old Gold. HEX triplet: CC, B0 and 3F. RGB value is (204,176,63). Sum of RGB (Red+Green+Blue) = 204+176+63=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 176 (69.14% from 255 or 39.73% from 443); Blue value is 63 (25% from 255 or 14.22% from 443); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB03F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB03F is #334FC0. Grayscale: #ABABAB. Windows color (decimal): -3362753 or 4174028. OLE color: 4174028.
HSL color Cylindrical-coordinate representation of color #CCB03F: hue angle of 48.09º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CCB03F is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 176 | 63 | - |
| CMYK | 0 | 0.14 | 0.69 | 0.2 |
| HSL | 48.09º | 0.58% | 0.52% | - |
| HSV(B) | 48.09º | 0.69% | 0.8% | - |
| XYZ | 41.32 | 44.25 | 11.07 | - |
| YUV | 171.49 | 66.78 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 176 | 63 | 0 | 0.14 | 0.69 | 0.2 | 48.09 | 0.58 | 0.52 |
| Hex | CC | B0 | 3F | 0 | E | 45 | 14 | 30 | 3A | 34 |
| Octal | 314 | 260 | 77 | 0 | 16 | 105 | 24 | 60 | 72 | 64 |
| Binary | 11001100 | 10110000 | 111111 | 0 | 1110 | 1000101 | 10100 | 110000 | 111010 | 110100 |
Color Harmonies of #CCB03F
Complementary color
Monochromatic Colors of #CCB03F
Black with #CCB03F
Text Example
Text Example
White with #CCB03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB03F; }
p { color: rgb(204,176,63); }
H1.HeaderClassName
{
color: #CCB03F;
}
.AnyTagClassName
{
color: #CCB03F;
}
</style>
background-color css
<style>
a { background-color: #CCB03F; }
a { background-color: rgb(204,176,63); }
div.DivClassName
{
background-color: #CCB03F;
}
.BgClassName
{
background-color: #CCB03F;
}
</style>
border-color css
<style>
span { border-color: #CCB03F; }
span { border-color: rgb(204,176,63); }
td.TdClassName
{
border-color: #CCB03F;
}
.TagClassName
{
border-color: #CCB03F;
}
</style>