Shades of Old Gold #CCB82E
Tints of Old Gold #CCB82E
RGB
CMYK
RGB Variations
Color information
#CCB82E (or 0xCCB82E) is known color: Old Gold. HEX triplet: CC, B8 and 2E. RGB value is (204,184,46). Sum of RGB (Red+Green+Blue) = 204+184+46=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 184 (72.27% from 255 or 42.40% from 434); Blue value is 46 (18.36% from 255 or 10.60% from 434); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB82E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB82E is #3347D1. Grayscale: #AEAEAE. Windows color (decimal): -3360722 or 3061964. OLE color: 3061964.
HSL color Cylindrical-coordinate representation of color #CCB82E: hue angle of 52.41º 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 #CCB82E is Cyan = 0, Magento = 0.10, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 184 | 46 | - |
| CMYK | 0 | 0.10 | 0.77 | 0.2 |
| HSL | 52.41º | 0.63% | 0.49% | - |
| HSV(B) | 52.41º | 0.77% | 0.8% | - |
| XYZ | 42.54 | 47.32 | 9.48 | - |
| YUV | 174.25 | 55.63 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 184 | 46 | 0 | 0.10 | 0.77 | 0.2 | 52.41 | 0.63 | 0.49 |
| Hex | CC | B8 | 2E | 0 | A | 4D | 14 | 34 | 3F | 31 |
| Octal | 314 | 270 | 56 | 0 | 12 | 115 | 24 | 64 | 77 | 61 |
| Binary | 11001100 | 10111000 | 101110 | 0 | 1010 | 1001101 | 10100 | 110100 | 111111 | 110001 |
Color Harmonies of #CCB82E
Complementary color
Monochromatic Colors of #CCB82E
Black with #CCB82E
Text Example
Text Example
White with #CCB82E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB82E; }
p { color: rgb(204,184,46); }
H1.HeaderClassName
{
color: #CCB82E;
}
.AnyTagClassName
{
color: #CCB82E;
}
</style>
background-color css
<style>
a { background-color: #CCB82E; }
a { background-color: rgb(204,184,46); }
div.DivClassName
{
background-color: #CCB82E;
}
.BgClassName
{
background-color: #CCB82E;
}
</style>
border-color css
<style>
span { border-color: #CCB82E; }
span { border-color: rgb(204,184,46); }
td.TdClassName
{
border-color: #CCB82E;
}
.TagClassName
{
border-color: #CCB82E;
}
</style>