Shades of Old Gold #CCB839
Tints of Old Gold #CCB839
RGB
CMYK
RGB Variations
Color information
#CCB839 (or 0xCCB839) is known color: Old Gold. HEX triplet: CC, B8 and 39. RGB value is (204,184,57). Sum of RGB (Red+Green+Blue) = 204+184+57=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 184 (72.27% from 255 or 41.35% from 445); Blue value is 57 (22.66% from 255 or 12.81% from 445); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB839 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB839 is #3347C6. Grayscale: #B0B0B0. Windows color (decimal): -3360711 or 3782860. OLE color: 3782860.
HSL color Cylindrical-coordinate representation of color #CCB839: hue angle of 51.84º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CCB839 is Cyan = 0, Magento = 0.10, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 184 | 57 | - |
| CMYK | 0 | 0.10 | 0.72 | 0.2 |
| HSL | 51.84º | 0.59% | 0.51% | - |
| HSV(B) | 51.84º | 0.72% | 0.8% | - |
| XYZ | 42.78 | 47.41 | 10.77 | - |
| YUV | 175.5 | 61.13 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 184 | 57 | 0 | 0.10 | 0.72 | 0.2 | 51.84 | 0.59 | 0.51 |
| Hex | CC | B8 | 39 | 0 | A | 48 | 14 | 34 | 3B | 33 |
| Octal | 314 | 270 | 71 | 0 | 12 | 110 | 24 | 64 | 73 | 63 |
| Binary | 11001100 | 10111000 | 111001 | 0 | 1010 | 1001000 | 10100 | 110100 | 111011 | 110011 |
Color Harmonies of #CCB839
Complementary color
Monochromatic Colors of #CCB839
Black with #CCB839
Text Example
Text Example
White with #CCB839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB839; }
p { color: rgb(204,184,57); }
H1.HeaderClassName
{
color: #CCB839;
}
.AnyTagClassName
{
color: #CCB839;
}
</style>
background-color css
<style>
a { background-color: #CCB839; }
a { background-color: rgb(204,184,57); }
div.DivClassName
{
background-color: #CCB839;
}
.BgClassName
{
background-color: #CCB839;
}
</style>
border-color css
<style>
span { border-color: #CCB839; }
span { border-color: rgb(204,184,57); }
td.TdClassName
{
border-color: #CCB839;
}
.TagClassName
{
border-color: #CCB839;
}
</style>