Shades of Old Gold #CCB546
Tints of Old Gold #CCB546
RGB
CMYK
RGB Variations
Color information
#CCB546 (or 0xCCB546) is known color: Old Gold. HEX triplet: CC, B5 and 46. RGB value is (204,181,70). Sum of RGB (Red+Green+Blue) = 204+181+70=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 181 (71.09% from 255 or 39.78% from 455); Blue value is 70 (27.73% from 255 or 15.38% from 455); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB546 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB546 is #334AB9. Grayscale: #AFAFAF. Windows color (decimal): -3361466 or 4634060. OLE color: 4634060.
HSL color Cylindrical-coordinate representation of color #CCB546: hue angle of 49.7º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CCB546 is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 181 | 70 | - |
| CMYK | 0 | 0.11 | 0.66 | 0.2 |
| HSL | 49.7º | 0.57% | 0.54% | - |
| HSV(B) | 49.7º | 0.66% | 0.8% | - |
| XYZ | 42.53 | 46.33 | 12.49 | - |
| YUV | 175.22 | 68.62 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 181 | 70 | 0 | 0.11 | 0.66 | 0.2 | 49.7 | 0.57 | 0.54 |
| Hex | CC | B5 | 46 | 0 | B | 42 | 14 | 32 | 39 | 36 |
| Octal | 314 | 265 | 106 | 0 | 13 | 102 | 24 | 62 | 71 | 66 |
| Binary | 11001100 | 10110101 | 1000110 | 0 | 1011 | 1000010 | 10100 | 110010 | 111001 | 110110 |
Color Harmonies of #CCB546
Complementary color
Monochromatic Colors of #CCB546
Black with #CCB546
Text Example
Text Example
White with #CCB546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB546; }
p { color: rgb(204,181,70); }
H1.HeaderClassName
{
color: #CCB546;
}
.AnyTagClassName
{
color: #CCB546;
}
</style>
background-color css
<style>
a { background-color: #CCB546; }
a { background-color: rgb(204,181,70); }
div.DivClassName
{
background-color: #CCB546;
}
.BgClassName
{
background-color: #CCB546;
}
</style>
border-color css
<style>
span { border-color: #CCB546; }
span { border-color: rgb(204,181,70); }
td.TdClassName
{
border-color: #CCB546;
}
.TagClassName
{
border-color: #CCB546;
}
</style>