Shades of Old Gold #CCB542
Tints of Old Gold #CCB542
RGB
CMYK
RGB Variations
Color information
#CCB542 (or 0xCCB542) is known color: Old Gold. HEX triplet: CC, B5 and 42. RGB value is (204,181,66). Sum of RGB (Red+Green+Blue) = 204+181+66=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 181 (71.09% from 255 or 40.13% from 451); Blue value is 66 (26.17% from 255 or 14.63% from 451); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB542 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB542 is #334ABD. Grayscale: #AFAFAF. Windows color (decimal): -3361470 or 4371916. OLE color: 4371916.
HSL color Cylindrical-coordinate representation of color #CCB542: hue angle of 50º 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 #CCB542 is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 181 | 66 | - |
| CMYK | 0 | 0.11 | 0.68 | 0.2 |
| HSL | 50º | 0.58% | 0.53% | - |
| HSV(B) | 50º | 0.68% | 0.8% | - |
| XYZ | 42.41 | 46.28 | 11.85 | - |
| YUV | 174.77 | 66.62 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 181 | 66 | 0 | 0.11 | 0.68 | 0.2 | 50 | 0.58 | 0.53 |
| Hex | CC | B5 | 42 | 0 | B | 44 | 14 | 32 | 3A | 35 |
| Octal | 314 | 265 | 102 | 0 | 13 | 104 | 24 | 62 | 72 | 65 |
| Binary | 11001100 | 10110101 | 1000010 | 0 | 1011 | 1000100 | 10100 | 110010 | 111010 | 110101 |
Color Harmonies of #CCB542
Complementary color
Monochromatic Colors of #CCB542
Black with #CCB542
Text Example
Text Example
White with #CCB542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB542; }
p { color: rgb(204,181,66); }
H1.HeaderClassName
{
color: #CCB542;
}
.AnyTagClassName
{
color: #CCB542;
}
</style>
background-color css
<style>
a { background-color: #CCB542; }
a { background-color: rgb(204,181,66); }
div.DivClassName
{
background-color: #CCB542;
}
.BgClassName
{
background-color: #CCB542;
}
</style>
border-color css
<style>
span { border-color: #CCB542; }
span { border-color: rgb(204,181,66); }
td.TdClassName
{
border-color: #CCB542;
}
.TagClassName
{
border-color: #CCB542;
}
</style>