Shades of Old Gold #CCB33B
Tints of Old Gold #CCB33B
RGB
CMYK
RGB Variations
Color information
#CCB33B (or 0xCCB33B) is known color: Old Gold. HEX triplet: CC, B3 and 3B. RGB value is (204,179,59). Sum of RGB (Red+Green+Blue) = 204+179+59=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 179 (70.31% from 255 or 40.50% from 442); Blue value is 59 (23.44% from 255 or 13.35% from 442); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB33B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB33B is #334CC4. Grayscale: #ADADAD. Windows color (decimal): -3361989 or 3912652. OLE color: 3912652.
HSL color Cylindrical-coordinate representation of color #CCB33B: hue angle of 49.66º 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 #CCB33B is Cyan = 0, Magento = 0.12, Yellow = 0.71 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 179 | 59 | - |
| CMYK | 0 | 0.12 | 0.71 | 0.2 |
| HSL | 49.66º | 0.59% | 0.52% | - |
| HSV(B) | 49.66º | 0.71% | 0.8% | - |
| XYZ | 41.81 | 45.39 | 10.7 | - |
| YUV | 172.8 | 63.78 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 179 | 59 | 0 | 0.12 | 0.71 | 0.2 | 49.66 | 0.59 | 0.52 |
| Hex | CC | B3 | 3B | 0 | C | 47 | 14 | 32 | 3B | 34 |
| Octal | 314 | 263 | 73 | 0 | 14 | 107 | 24 | 62 | 73 | 64 |
| Binary | 11001100 | 10110011 | 111011 | 0 | 1100 | 1000111 | 10100 | 110010 | 111011 | 110100 |
Color Harmonies of #CCB33B
Complementary color
Monochromatic Colors of #CCB33B
Black with #CCB33B
Text Example
Text Example
White with #CCB33B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB33B; }
p { color: rgb(204,179,59); }
H1.HeaderClassName
{
color: #CCB33B;
}
.AnyTagClassName
{
color: #CCB33B;
}
</style>
background-color css
<style>
a { background-color: #CCB33B; }
a { background-color: rgb(204,179,59); }
div.DivClassName
{
background-color: #CCB33B;
}
.BgClassName
{
background-color: #CCB33B;
}
</style>
border-color css
<style>
span { border-color: #CCB33B; }
span { border-color: rgb(204,179,59); }
td.TdClassName
{
border-color: #CCB33B;
}
.TagClassName
{
border-color: #CCB33B;
}
</style>