Shades of Old Gold #CCBE2E
Tints of Old Gold #CCBE2E
RGB
CMYK
RGB Variations
Color information
#CCBE2E (or 0xCCBE2E) is known color: Old Gold. HEX triplet: CC, BE and 2E. RGB value is (204,190,46). Sum of RGB (Red+Green+Blue) = 204+190+46=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 190 (74.61% from 255 or 43.18% from 440); Blue value is 46 (18.36% from 255 or 10.45% from 440); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBE2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBE2E is #3341D1. Grayscale: #B2B2B2. Windows color (decimal): -3359186 or 3063500. OLE color: 3063500.
HSL color Cylindrical-coordinate representation of color #CCBE2E: hue angle of 54.68º 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 #CCBE2E is Cyan = 0, Magento = 0.07, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 190 | 46 | - |
| CMYK | 0 | 0.07 | 0.77 | 0.2 |
| HSL | 54.68º | 0.63% | 0.49% | - |
| HSV(B) | 54.68º | 0.77% | 0.8% | - |
| XYZ | 43.81 | 49.86 | 9.9 | - |
| YUV | 177.77 | 53.64 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 190 | 46 | 0 | 0.07 | 0.77 | 0.2 | 54.68 | 0.63 | 0.49 |
| Hex | CC | BE | 2E | 0 | 7 | 4D | 14 | 37 | 3F | 31 |
| Octal | 314 | 276 | 56 | 0 | 7 | 115 | 24 | 67 | 77 | 61 |
| Binary | 11001100 | 10111110 | 101110 | 0 | 111 | 1001101 | 10100 | 110111 | 111111 | 110001 |
Color Harmonies of #CCBE2E
Complementary color
Monochromatic Colors of #CCBE2E
Black with #CCBE2E
Text Example
Text Example
White with #CCBE2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBE2E; }
p { color: rgb(204,190,46); }
H1.HeaderClassName
{
color: #CCBE2E;
}
.AnyTagClassName
{
color: #CCBE2E;
}
</style>
background-color css
<style>
a { background-color: #CCBE2E; }
a { background-color: rgb(204,190,46); }
div.DivClassName
{
background-color: #CCBE2E;
}
.BgClassName
{
background-color: #CCBE2E;
}
</style>
border-color css
<style>
span { border-color: #CCBE2E; }
span { border-color: rgb(204,190,46); }
td.TdClassName
{
border-color: #CCBE2E;
}
.TagClassName
{
border-color: #CCBE2E;
}
</style>