Shades of Old Gold #CCBC4C
Tints of Old Gold #CCBC4C
RGB
CMYK
RGB Variations
Color information
#CCBC4C (or 0xCCBC4C) is known color: Old Gold. HEX triplet: CC, BC and 4C. RGB value is (204,188,76). Sum of RGB (Red+Green+Blue) = 204+188+76=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 188 (73.83% from 255 or 40.17% from 468); Blue value is 76 (30.08% from 255 or 16.24% from 468); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBC4C is #3343B3. Grayscale: #B4B4B4. Windows color (decimal): -3359668 or 5029068. OLE color: 5029068.
HSL color Cylindrical-coordinate representation of color #CCBC4C: hue angle of 52.5º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CCBC4C is Cyan = 0, Magento = 0.08, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 188 | 76 | - |
| CMYK | 0 | 0.08 | 0.63 | 0.2 |
| HSL | 52.5º | 0.56% | 0.55% | - |
| HSV(B) | 52.5º | 0.63% | 0.8% | - |
| XYZ | 44.19 | 49.33 | 14.03 | - |
| YUV | 180.02 | 69.3 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 188 | 76 | 0 | 0.08 | 0.63 | 0.2 | 52.5 | 0.56 | 0.55 |
| Hex | CC | BC | 4C | 0 | 8 | 3F | 14 | 34 | 38 | 37 |
| Octal | 314 | 274 | 114 | 0 | 10 | 77 | 24 | 64 | 70 | 67 |
| Binary | 11001100 | 10111100 | 1001100 | 0 | 1000 | 111111 | 10100 | 110100 | 111000 | 110111 |
Color Harmonies of #CCBC4C
Complementary color
Monochromatic Colors of #CCBC4C
Black with #CCBC4C
Text Example
Text Example
White with #CCBC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBC4C; }
p { color: rgb(204,188,76); }
H1.HeaderClassName
{
color: #CCBC4C;
}
.AnyTagClassName
{
color: #CCBC4C;
}
</style>
background-color css
<style>
a { background-color: #CCBC4C; }
a { background-color: rgb(204,188,76); }
div.DivClassName
{
background-color: #CCBC4C;
}
.BgClassName
{
background-color: #CCBC4C;
}
</style>
border-color css
<style>
span { border-color: #CCBC4C; }
span { border-color: rgb(204,188,76); }
td.TdClassName
{
border-color: #CCBC4C;
}
.TagClassName
{
border-color: #CCBC4C;
}
</style>