Shades of Old Gold #CCB52E
Tints of Old Gold #CCB52E
RGB
CMYK
RGB Variations
Color information
#CCB52E (or 0xCCB52E) is known color: Old Gold. HEX triplet: CC, B5 and 2E. RGB value is (204,181,46). Sum of RGB (Red+Green+Blue) = 204+181+46=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 181 (71.09% from 255 or 42.00% from 431); Blue value is 46 (18.36% from 255 or 10.67% from 431); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB52E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB52E is #334AD1. Grayscale: #ADADAD. Windows color (decimal): -3361490 or 3061196. OLE color: 3061196.
HSL color Cylindrical-coordinate representation of color #CCB52E: hue angle of 51.27º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CCB52E is Cyan = 0, Magento = 0.11, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 181 | 46 | - |
| CMYK | 0 | 0.11 | 0.77 | 0.2 |
| HSL | 51.27º | 0.63% | 0.49% | - |
| HSV(B) | 51.27º | 0.77% | 0.8% | - |
| XYZ | 41.92 | 46.08 | 9.27 | - |
| YUV | 172.49 | 56.62 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 181 | 46 | 0 | 0.11 | 0.77 | 0.2 | 51.27 | 0.63 | 0.49 |
| Hex | CC | B5 | 2E | 0 | B | 4D | 14 | 33 | 3F | 31 |
| Octal | 314 | 265 | 56 | 0 | 13 | 115 | 24 | 63 | 77 | 61 |
| Binary | 11001100 | 10110101 | 101110 | 0 | 1011 | 1001101 | 10100 | 110011 | 111111 | 110001 |
Color Harmonies of #CCB52E
Complementary color
Monochromatic Colors of #CCB52E
Black with #CCB52E
Text Example
Text Example
White with #CCB52E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB52E; }
p { color: rgb(204,181,46); }
H1.HeaderClassName
{
color: #CCB52E;
}
.AnyTagClassName
{
color: #CCB52E;
}
</style>
background-color css
<style>
a { background-color: #CCB52E; }
a { background-color: rgb(204,181,46); }
div.DivClassName
{
background-color: #CCB52E;
}
.BgClassName
{
background-color: #CCB52E;
}
</style>
border-color css
<style>
span { border-color: #CCB52E; }
span { border-color: rgb(204,181,46); }
td.TdClassName
{
border-color: #CCB52E;
}
.TagClassName
{
border-color: #CCB52E;
}
</style>