Shades of Old Gold #CCB33F
Tints of Old Gold #CCB33F
RGB
CMYK
RGB Variations
Color information
#CCB33F (or 0xCCB33F) is known color: Old Gold. HEX triplet: CC, B3 and 3F. RGB value is (204,179,63). Sum of RGB (Red+Green+Blue) = 204+179+63=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 179 (70.31% from 255 or 40.13% from 446); Blue value is 63 (25% from 255 or 14.13% from 446); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB33F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB33F is #334CC0. Grayscale: #ADADAD. Windows color (decimal): -3361985 or 4174796. OLE color: 4174796.
HSL color Cylindrical-coordinate representation of color #CCB33F: hue angle of 49.36º 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 #CCB33F is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 179 | 63 | - |
| CMYK | 0 | 0.12 | 0.69 | 0.2 |
| HSL | 49.36º | 0.58% | 0.52% | - |
| HSV(B) | 49.36º | 0.69% | 0.8% | - |
| XYZ | 41.92 | 45.44 | 11.26 | - |
| YUV | 173.25 | 65.78 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 179 | 63 | 0 | 0.12 | 0.69 | 0.2 | 49.36 | 0.58 | 0.52 |
| Hex | CC | B3 | 3F | 0 | C | 45 | 14 | 31 | 3A | 34 |
| Octal | 314 | 263 | 77 | 0 | 14 | 105 | 24 | 61 | 72 | 64 |
| Binary | 11001100 | 10110011 | 111111 | 0 | 1100 | 1000101 | 10100 | 110001 | 111010 | 110100 |
Color Harmonies of #CCB33F
Complementary color
Monochromatic Colors of #CCB33F
Black with #CCB33F
Text Example
Text Example
White with #CCB33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB33F; }
p { color: rgb(204,179,63); }
H1.HeaderClassName
{
color: #CCB33F;
}
.AnyTagClassName
{
color: #CCB33F;
}
</style>
background-color css
<style>
a { background-color: #CCB33F; }
a { background-color: rgb(204,179,63); }
div.DivClassName
{
background-color: #CCB33F;
}
.BgClassName
{
background-color: #CCB33F;
}
</style>
border-color css
<style>
span { border-color: #CCB33F; }
span { border-color: rgb(204,179,63); }
td.TdClassName
{
border-color: #CCB33F;
}
.TagClassName
{
border-color: #CCB33F;
}
</style>