Shades of Old Gold #CCB833
Tints of Old Gold #CCB833
RGB
CMYK
RGB Variations
Color information
#CCB833 (or 0xCCB833) is known color: Old Gold. HEX triplet: CC, B8 and 33. RGB value is (204,184,51). Sum of RGB (Red+Green+Blue) = 204+184+51=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 184 (72.27% from 255 or 41.91% from 439); Blue value is 51 (20.31% from 255 or 11.62% from 439); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB833 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB833 is #3347CC. Grayscale: #AFAFAF. Windows color (decimal): -3360717 or 3389644. OLE color: 3389644.
HSL color Cylindrical-coordinate representation of color #CCB833: hue angle of 52.16º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CCB833 is Cyan = 0, Magento = 0.10, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 184 | 51 | - |
| CMYK | 0 | 0.10 | 0.75 | 0.2 |
| HSL | 52.16º | 0.6% | 0.5% | - |
| HSV(B) | 52.16º | 0.75% | 0.8% | - |
| XYZ | 42.64 | 47.36 | 10.03 | - |
| YUV | 174.82 | 58.13 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 184 | 51 | 0 | 0.10 | 0.75 | 0.2 | 52.16 | 0.6 | 0.5 |
| Hex | CC | B8 | 33 | 0 | A | 4B | 14 | 34 | 3C | 32 |
| Octal | 314 | 270 | 63 | 0 | 12 | 113 | 24 | 64 | 74 | 62 |
| Binary | 11001100 | 10111000 | 110011 | 0 | 1010 | 1001011 | 10100 | 110100 | 111100 | 110010 |
Color Harmonies of #CCB833
Complementary color
Monochromatic Colors of #CCB833
Black with #CCB833
Text Example
Text Example
White with #CCB833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB833; }
p { color: rgb(204,184,51); }
H1.HeaderClassName
{
color: #CCB833;
}
.AnyTagClassName
{
color: #CCB833;
}
</style>
background-color css
<style>
a { background-color: #CCB833; }
a { background-color: rgb(204,184,51); }
div.DivClassName
{
background-color: #CCB833;
}
.BgClassName
{
background-color: #CCB833;
}
</style>
border-color css
<style>
span { border-color: #CCB833; }
span { border-color: rgb(204,184,51); }
td.TdClassName
{
border-color: #CCB833;
}
.TagClassName
{
border-color: #CCB833;
}
</style>