Shades of Old Gold #CCB336
Tints of Old Gold #CCB336
RGB
CMYK
RGB Variations
Color information
#CCB336 (or 0xCCB336) is known color: Old Gold. HEX triplet: CC, B3 and 36. RGB value is (204,179,54). Sum of RGB (Red+Green+Blue) = 204+179+54=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 179 (70.31% from 255 or 40.96% from 437); Blue value is 54 (21.48% from 255 or 12.36% from 437); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB336 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB336 is #334CC9. Grayscale: #ACACAC. Windows color (decimal): -3361994 or 3584972. OLE color: 3584972.
HSL color Cylindrical-coordinate representation of color #CCB336: hue angle of 50º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CCB336 is Cyan = 0, Magento = 0.12, Yellow = 0.74 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 179 | 54 | - |
| CMYK | 0 | 0.12 | 0.74 | 0.2 |
| HSL | 50º | 0.6% | 0.51% | - |
| HSV(B) | 50º | 0.74% | 0.8% | - |
| XYZ | 41.69 | 45.34 | 10.05 | - |
| YUV | 172.23 | 61.28 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 179 | 54 | 0 | 0.12 | 0.74 | 0.2 | 50 | 0.6 | 0.51 |
| Hex | CC | B3 | 36 | 0 | C | 4A | 14 | 32 | 3C | 33 |
| Octal | 314 | 263 | 66 | 0 | 14 | 112 | 24 | 62 | 74 | 63 |
| Binary | 11001100 | 10110011 | 110110 | 0 | 1100 | 1001010 | 10100 | 110010 | 111100 | 110011 |
Color Harmonies of #CCB336
Complementary color
Monochromatic Colors of #CCB336
Black with #CCB336
Text Example
Text Example
White with #CCB336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB336; }
p { color: rgb(204,179,54); }
H1.HeaderClassName
{
color: #CCB336;
}
.AnyTagClassName
{
color: #CCB336;
}
</style>
background-color css
<style>
a { background-color: #CCB336; }
a { background-color: rgb(204,179,54); }
div.DivClassName
{
background-color: #CCB336;
}
.BgClassName
{
background-color: #CCB336;
}
</style>
border-color css
<style>
span { border-color: #CCB336; }
span { border-color: rgb(204,179,54); }
td.TdClassName
{
border-color: #CCB336;
}
.TagClassName
{
border-color: #CCB336;
}
</style>