Shades of Old Gold #CCB942
Tints of Old Gold #CCB942
RGB
CMYK
RGB Variations
Color information
#CCB942 (or 0xCCB942) is known color: Old Gold. HEX triplet: CC, B9 and 42. RGB value is (204,185,66). Sum of RGB (Red+Green+Blue) = 204+185+66=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 185 (72.66% from 255 or 40.66% from 455); Blue value is 66 (26.17% from 255 or 14.51% from 455); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB942 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB942 is #3346BD. Grayscale: #B1B1B1. Windows color (decimal): -3360446 or 4372940. OLE color: 4372940.
HSL color Cylindrical-coordinate representation of color #CCB942: hue angle of 51.74º 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 #CCB942 is Cyan = 0, Magento = 0.09, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 185 | 66 | - |
| CMYK | 0 | 0.09 | 0.68 | 0.2 |
| HSL | 51.74º | 0.58% | 0.53% | - |
| HSV(B) | 51.74º | 0.68% | 0.8% | - |
| XYZ | 43.23 | 47.93 | 12.13 | - |
| YUV | 177.12 | 65.29 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 185 | 66 | 0 | 0.09 | 0.68 | 0.2 | 51.74 | 0.58 | 0.53 |
| Hex | CC | B9 | 42 | 0 | 9 | 44 | 14 | 34 | 3A | 35 |
| Octal | 314 | 271 | 102 | 0 | 11 | 104 | 24 | 64 | 72 | 65 |
| Binary | 11001100 | 10111001 | 1000010 | 0 | 1001 | 1000100 | 10100 | 110100 | 111010 | 110101 |
Color Harmonies of #CCB942
Complementary color
Monochromatic Colors of #CCB942
Black with #CCB942
Text Example
Text Example
White with #CCB942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB942; }
p { color: rgb(204,185,66); }
H1.HeaderClassName
{
color: #CCB942;
}
.AnyTagClassName
{
color: #CCB942;
}
</style>
background-color css
<style>
a { background-color: #CCB942; }
a { background-color: rgb(204,185,66); }
div.DivClassName
{
background-color: #CCB942;
}
.BgClassName
{
background-color: #CCB942;
}
</style>
border-color css
<style>
span { border-color: #CCB942; }
span { border-color: rgb(204,185,66); }
td.TdClassName
{
border-color: #CCB942;
}
.TagClassName
{
border-color: #CCB942;
}
</style>