Shades of Old Gold #CCBC3E
Tints of Old Gold #CCBC3E
RGB
CMYK
RGB Variations
Color information
#CCBC3E (or 0xCCBC3E) is known color: Old Gold. HEX triplet: CC, BC and 3E. RGB value is (204,188,62). Sum of RGB (Red+Green+Blue) = 204+188+62=454 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.93% from 454); Green value is 188 (73.83% from 255 or 41.41% from 454); Blue value is 62 (24.61% from 255 or 13.66% from 454); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBC3E is #3343C1. Grayscale: #B2B2B2. Windows color (decimal): -3359682 or 4111564. OLE color: 4111564.
HSL color Cylindrical-coordinate representation of color #CCBC3E: hue angle of 53.24º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CCBC3E is Cyan = 0, Magento = 0.08, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 188 | 62 | - |
| CMYK | 0 | 0.08 | 0.70 | 0.2 |
| HSL | 53.24º | 0.58% | 0.52% | - |
| HSV(B) | 53.24º | 0.7% | 0.8% | - |
| XYZ | 43.75 | 49.15 | 11.74 | - |
| YUV | 178.42 | 62.3 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 188 | 62 | 0 | 0.08 | 0.70 | 0.2 | 53.24 | 0.58 | 0.52 |
| Hex | CC | BC | 3E | 0 | 8 | 46 | 14 | 35 | 3A | 34 |
| Octal | 314 | 274 | 76 | 0 | 10 | 106 | 24 | 65 | 72 | 64 |
| Binary | 11001100 | 10111100 | 111110 | 0 | 1000 | 1000110 | 10100 | 110101 | 111010 | 110100 |
Color Harmonies of #CCBC3E
Complementary color
Monochromatic Colors of #CCBC3E
Black with #CCBC3E
Text Example
Text Example
White with #CCBC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBC3E; }
p { color: rgb(204,188,62); }
H1.HeaderClassName
{
color: #CCBC3E;
}
.AnyTagClassName
{
color: #CCBC3E;
}
</style>
background-color css
<style>
a { background-color: #CCBC3E; }
a { background-color: rgb(204,188,62); }
div.DivClassName
{
background-color: #CCBC3E;
}
.BgClassName
{
background-color: #CCBC3E;
}
</style>
border-color css
<style>
span { border-color: #CCBC3E; }
span { border-color: rgb(204,188,62); }
td.TdClassName
{
border-color: #CCBC3E;
}
.TagClassName
{
border-color: #CCBC3E;
}
</style>