Shades of Old Gold #CCBC4D
Tints of Old Gold #CCBC4D
RGB
CMYK
RGB Variations
Color information
#CCBC4D (or 0xCCBC4D) is known color: Old Gold. HEX triplet: CC, BC and 4D. RGB value is (204,188,77). Sum of RGB (Red+Green+Blue) = 204+188+77=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 188 (73.83% from 255 or 40.09% from 469); Blue value is 77 (30.47% from 255 or 16.42% from 469); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBC4D is #3343B2. Grayscale: #B4B4B4. Windows color (decimal): -3359667 or 5094604. OLE color: 5094604.
HSL color Cylindrical-coordinate representation of color #CCBC4D: hue angle of 52.44º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CCBC4D is Cyan = 0, Magento = 0.08, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 188 | 77 | - |
| CMYK | 0 | 0.08 | 0.62 | 0.2 |
| HSL | 52.44º | 0.55% | 0.55% | - |
| HSV(B) | 52.44º | 0.62% | 0.8% | - |
| XYZ | 44.22 | 49.34 | 14.21 | - |
| YUV | 180.13 | 69.8 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 188 | 77 | 0 | 0.08 | 0.62 | 0.2 | 52.44 | 0.55 | 0.55 |
| Hex | CC | BC | 4D | 0 | 8 | 3E | 14 | 34 | 37 | 37 |
| Octal | 314 | 274 | 115 | 0 | 10 | 76 | 24 | 64 | 67 | 67 |
| Binary | 11001100 | 10111100 | 1001101 | 0 | 1000 | 111110 | 10100 | 110100 | 110111 | 110111 |
Color Harmonies of #CCBC4D
Complementary color
Monochromatic Colors of #CCBC4D
Black with #CCBC4D
Text Example
Text Example
White with #CCBC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBC4D; }
p { color: rgb(204,188,77); }
H1.HeaderClassName
{
color: #CCBC4D;
}
.AnyTagClassName
{
color: #CCBC4D;
}
</style>
background-color css
<style>
a { background-color: #CCBC4D; }
a { background-color: rgb(204,188,77); }
div.DivClassName
{
background-color: #CCBC4D;
}
.BgClassName
{
background-color: #CCBC4D;
}
</style>
border-color css
<style>
span { border-color: #CCBC4D; }
span { border-color: rgb(204,188,77); }
td.TdClassName
{
border-color: #CCBC4D;
}
.TagClassName
{
border-color: #CCBC4D;
}
</style>