Shades of Old Gold #CCBC34
Tints of Old Gold #CCBC34
RGB
CMYK
RGB Variations
Color information
#CCBC34 (or 0xCCBC34) is known color: Old Gold. HEX triplet: CC, BC and 34. RGB value is (204,188,52). Sum of RGB (Red+Green+Blue) = 204+188+52=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 188 (73.83% from 255 or 42.34% from 444); Blue value is 52 (20.70% from 255 or 11.71% from 444); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBC34 is #3343CB. Grayscale: #B1B1B1. Windows color (decimal): -3359692 or 3456204. OLE color: 3456204.
HSL color Cylindrical-coordinate representation of color #CCBC34: hue angle of 53.68º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CCBC34 is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 188 | 52 | - |
| CMYK | 0 | 0.08 | 0.75 | 0.2 |
| HSL | 53.68º | 0.6% | 0.5% | - |
| HSV(B) | 53.68º | 0.75% | 0.8% | - |
| XYZ | 43.5 | 49.05 | 10.42 | - |
| YUV | 177.28 | 57.3 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 188 | 52 | 0 | 0.08 | 0.75 | 0.2 | 53.68 | 0.6 | 0.5 |
| Hex | CC | BC | 34 | 0 | 8 | 4B | 14 | 36 | 3C | 32 |
| Octal | 314 | 274 | 64 | 0 | 10 | 113 | 24 | 66 | 74 | 62 |
| Binary | 11001100 | 10111100 | 110100 | 0 | 1000 | 1001011 | 10100 | 110110 | 111100 | 110010 |
Color Harmonies of #CCBC34
Complementary color
Monochromatic Colors of #CCBC34
Black with #CCBC34
Text Example
Text Example
White with #CCBC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBC34; }
p { color: rgb(204,188,52); }
H1.HeaderClassName
{
color: #CCBC34;
}
.AnyTagClassName
{
color: #CCBC34;
}
</style>
background-color css
<style>
a { background-color: #CCBC34; }
a { background-color: rgb(204,188,52); }
div.DivClassName
{
background-color: #CCBC34;
}
.BgClassName
{
background-color: #CCBC34;
}
</style>
border-color css
<style>
span { border-color: #CCBC34; }
span { border-color: rgb(204,188,52); }
td.TdClassName
{
border-color: #CCBC34;
}
.TagClassName
{
border-color: #CCBC34;
}
</style>