Shades of Old Gold #CCBC3F
Tints of Old Gold #CCBC3F
RGB
CMYK
RGB Variations
Color information
#CCBC3F (or 0xCCBC3F) is known color: Old Gold. HEX triplet: CC, BC and 3F. RGB value is (204,188,63). Sum of RGB (Red+Green+Blue) = 204+188+63=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 188 (73.83% from 255 or 41.32% from 455); Blue value is 63 (25% from 255 or 13.85% from 455); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBC3F is #3343C0. Grayscale: #B3B3B3. Windows color (decimal): -3359681 or 4177100. OLE color: 4177100.
HSL color Cylindrical-coordinate representation of color #CCBC3F: hue angle of 53.19º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CCBC3F is Cyan = 0, Magento = 0.08, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 188 | 63 | - |
| CMYK | 0 | 0.08 | 0.69 | 0.2 |
| HSL | 53.19º | 0.58% | 0.52% | - |
| HSV(B) | 53.19º | 0.69% | 0.8% | - |
| XYZ | 43.78 | 49.16 | 11.88 | - |
| YUV | 178.53 | 62.8 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 188 | 63 | 0 | 0.08 | 0.69 | 0.2 | 53.19 | 0.58 | 0.52 |
| Hex | CC | BC | 3F | 0 | 8 | 45 | 14 | 35 | 3A | 34 |
| Octal | 314 | 274 | 77 | 0 | 10 | 105 | 24 | 65 | 72 | 64 |
| Binary | 11001100 | 10111100 | 111111 | 0 | 1000 | 1000101 | 10100 | 110101 | 111010 | 110100 |
Color Harmonies of #CCBC3F
Complementary color
Monochromatic Colors of #CCBC3F
Black with #CCBC3F
Text Example
Text Example
White with #CCBC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBC3F; }
p { color: rgb(204,188,63); }
H1.HeaderClassName
{
color: #CCBC3F;
}
.AnyTagClassName
{
color: #CCBC3F;
}
</style>
background-color css
<style>
a { background-color: #CCBC3F; }
a { background-color: rgb(204,188,63); }
div.DivClassName
{
background-color: #CCBC3F;
}
.BgClassName
{
background-color: #CCBC3F;
}
</style>
border-color css
<style>
span { border-color: #CCBC3F; }
span { border-color: rgb(204,188,63); }
td.TdClassName
{
border-color: #CCBC3F;
}
.TagClassName
{
border-color: #CCBC3F;
}
</style>