Shades of Old Gold #CCB939
Tints of Old Gold #CCB939
RGB
CMYK
RGB Variations
Color information
#CCB939 (or 0xCCB939) is known color: Old Gold. HEX triplet: CC, B9 and 39. RGB value is (204,185,57). Sum of RGB (Red+Green+Blue) = 204+185+57=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 185 (72.66% from 255 or 41.48% from 446); Blue value is 57 (22.66% from 255 or 12.78% from 446); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB939 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB939 is #3346C6. Grayscale: #B0B0B0. Windows color (decimal): -3360455 or 3783116. OLE color: 3783116.
HSL color Cylindrical-coordinate representation of color #CCB939: hue angle of 52.24º 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 #CCB939 is Cyan = 0, Magento = 0.09, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 185 | 57 | - |
| CMYK | 0 | 0.09 | 0.72 | 0.2 |
| HSL | 52.24º | 0.59% | 0.51% | - |
| HSV(B) | 52.24º | 0.72% | 0.8% | - |
| XYZ | 42.99 | 47.83 | 10.84 | - |
| YUV | 176.09 | 60.79 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 185 | 57 | 0 | 0.09 | 0.72 | 0.2 | 52.24 | 0.59 | 0.51 |
| Hex | CC | B9 | 39 | 0 | 9 | 48 | 14 | 34 | 3B | 33 |
| Octal | 314 | 271 | 71 | 0 | 11 | 110 | 24 | 64 | 73 | 63 |
| Binary | 11001100 | 10111001 | 111001 | 0 | 1001 | 1001000 | 10100 | 110100 | 111011 | 110011 |
Color Harmonies of #CCB939
Complementary color
Monochromatic Colors of #CCB939
Black with #CCB939
Text Example
Text Example
White with #CCB939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB939; }
p { color: rgb(204,185,57); }
H1.HeaderClassName
{
color: #CCB939;
}
.AnyTagClassName
{
color: #CCB939;
}
</style>
background-color css
<style>
a { background-color: #CCB939; }
a { background-color: rgb(204,185,57); }
div.DivClassName
{
background-color: #CCB939;
}
.BgClassName
{
background-color: #CCB939;
}
</style>
border-color css
<style>
span { border-color: #CCB939; }
span { border-color: rgb(204,185,57); }
td.TdClassName
{
border-color: #CCB939;
}
.TagClassName
{
border-color: #CCB939;
}
</style>