Shades of Old Gold #CCB042
Tints of Old Gold #CCB042
RGB
CMYK
RGB Variations
Color information
#CCB042 (or 0xCCB042) is known color: Old Gold. HEX triplet: CC, B0 and 42. RGB value is (204,176,66). Sum of RGB (Red+Green+Blue) = 204+176+66=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 176 (69.14% from 255 or 39.46% from 446); Blue value is 66 (26.17% from 255 or 14.80% from 446); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB042 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB042 is #334FBD. Grayscale: #ACACAC. Windows color (decimal): -3362750 or 4370636. OLE color: 4370636.
HSL color Cylindrical-coordinate representation of color #CCB042: hue angle of 47.83º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CCB042 is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 176 | 66 | - |
| CMYK | 0 | 0.14 | 0.68 | 0.2 |
| HSL | 47.83º | 0.58% | 0.53% | - |
| HSV(B) | 47.83º | 0.68% | 0.8% | - |
| XYZ | 41.41 | 44.28 | 11.52 | - |
| YUV | 171.83 | 68.28 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 176 | 66 | 0 | 0.14 | 0.68 | 0.2 | 47.83 | 0.58 | 0.53 |
| Hex | CC | B0 | 42 | 0 | E | 44 | 14 | 30 | 3A | 35 |
| Octal | 314 | 260 | 102 | 0 | 16 | 104 | 24 | 60 | 72 | 65 |
| Binary | 11001100 | 10110000 | 1000010 | 0 | 1110 | 1000100 | 10100 | 110000 | 111010 | 110101 |
Color Harmonies of #CCB042
Complementary color
Monochromatic Colors of #CCB042
Black with #CCB042
Text Example
Text Example
White with #CCB042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB042; }
p { color: rgb(204,176,66); }
H1.HeaderClassName
{
color: #CCB042;
}
.AnyTagClassName
{
color: #CCB042;
}
</style>
background-color css
<style>
a { background-color: #CCB042; }
a { background-color: rgb(204,176,66); }
div.DivClassName
{
background-color: #CCB042;
}
.BgClassName
{
background-color: #CCB042;
}
</style>
border-color css
<style>
span { border-color: #CCB042; }
span { border-color: rgb(204,176,66); }
td.TdClassName
{
border-color: #CCB042;
}
.TagClassName
{
border-color: #CCB042;
}
</style>