Shades of Old Gold #CCB72E
Tints of Old Gold #CCB72E
RGB
CMYK
RGB Variations
Color information
#CCB72E (or 0xCCB72E) is known color: Old Gold. HEX triplet: CC, B7 and 2E. RGB value is (204,183,46). Sum of RGB (Red+Green+Blue) = 204+183+46=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 183 (71.88% from 255 or 42.26% from 433); Blue value is 46 (18.36% from 255 or 10.62% from 433); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB72E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB72E is #3348D1. Grayscale: #AEAEAE. Windows color (decimal): -3360978 or 3061708. OLE color: 3061708.
HSL color Cylindrical-coordinate representation of color #CCB72E: hue angle of 52.03º 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 #CCB72E is Cyan = 0, Magento = 0.10, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 183 | 46 | - |
| CMYK | 0 | 0.10 | 0.77 | 0.2 |
| HSL | 52.03º | 0.63% | 0.49% | - |
| HSV(B) | 52.03º | 0.77% | 0.8% | - |
| XYZ | 42.33 | 46.9 | 9.41 | - |
| YUV | 173.66 | 55.96 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 183 | 46 | 0 | 0.10 | 0.77 | 0.2 | 52.03 | 0.63 | 0.49 |
| Hex | CC | B7 | 2E | 0 | A | 4D | 14 | 34 | 3F | 31 |
| Octal | 314 | 267 | 56 | 0 | 12 | 115 | 24 | 64 | 77 | 61 |
| Binary | 11001100 | 10110111 | 101110 | 0 | 1010 | 1001101 | 10100 | 110100 | 111111 | 110001 |
Color Harmonies of #CCB72E
Complementary color
Monochromatic Colors of #CCB72E
Black with #CCB72E
Text Example
Text Example
White with #CCB72E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB72E; }
p { color: rgb(204,183,46); }
H1.HeaderClassName
{
color: #CCB72E;
}
.AnyTagClassName
{
color: #CCB72E;
}
</style>
background-color css
<style>
a { background-color: #CCB72E; }
a { background-color: rgb(204,183,46); }
div.DivClassName
{
background-color: #CCB72E;
}
.BgClassName
{
background-color: #CCB72E;
}
</style>
border-color css
<style>
span { border-color: #CCB72E; }
span { border-color: rgb(204,183,46); }
td.TdClassName
{
border-color: #CCB72E;
}
.TagClassName
{
border-color: #CCB72E;
}
</style>