Shades of Old Gold #CCB346
Tints of Old Gold #CCB346
RGB
CMYK
RGB Variations
Color information
#CCB346 (or 0xCCB346) is known color: Old Gold. HEX triplet: CC, B3 and 46. RGB value is (204,179,70). Sum of RGB (Red+Green+Blue) = 204+179+70=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 179 (70.31% from 255 or 39.51% from 453); Blue value is 70 (27.73% from 255 or 15.45% from 453); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB346 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB346 is #334CB9. Grayscale: #AEAEAE. Windows color (decimal): -3361978 or 4633548. OLE color: 4633548.
HSL color Cylindrical-coordinate representation of color #CCB346: hue angle of 48.81º 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 #CCB346 is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 179 | 70 | - |
| CMYK | 0 | 0.12 | 0.66 | 0.2 |
| HSL | 48.81º | 0.57% | 0.54% | - |
| HSV(B) | 48.81º | 0.66% | 0.8% | - |
| XYZ | 42.13 | 45.52 | 12.36 | - |
| YUV | 174.05 | 69.28 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 179 | 70 | 0 | 0.12 | 0.66 | 0.2 | 48.81 | 0.57 | 0.54 |
| Hex | CC | B3 | 46 | 0 | C | 42 | 14 | 31 | 39 | 36 |
| Octal | 314 | 263 | 106 | 0 | 14 | 102 | 24 | 61 | 71 | 66 |
| Binary | 11001100 | 10110011 | 1000110 | 0 | 1100 | 1000010 | 10100 | 110001 | 111001 | 110110 |
Color Harmonies of #CCB346
Complementary color
Monochromatic Colors of #CCB346
Black with #CCB346
Text Example
Text Example
White with #CCB346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB346; }
p { color: rgb(204,179,70); }
H1.HeaderClassName
{
color: #CCB346;
}
.AnyTagClassName
{
color: #CCB346;
}
</style>
background-color css
<style>
a { background-color: #CCB346; }
a { background-color: rgb(204,179,70); }
div.DivClassName
{
background-color: #CCB346;
}
.BgClassName
{
background-color: #CCB346;
}
</style>
border-color css
<style>
span { border-color: #CCB346; }
span { border-color: rgb(204,179,70); }
td.TdClassName
{
border-color: #CCB346;
}
.TagClassName
{
border-color: #CCB346;
}
</style>