Shades of Old Gold #CCBC2D
Tints of Old Gold #CCBC2D
RGB
CMYK
RGB Variations
Color information
#CCBC2D (or 0xCCBC2D) is known color: Old Gold. HEX triplet: CC, BC and 2D. RGB value is (204,188,45). Sum of RGB (Red+Green+Blue) = 204+188+45=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 188 (73.83% from 255 or 43.02% from 437); Blue value is 45 (17.97% from 255 or 10.30% from 437); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBC2D is #3343D2. Grayscale: #B1B1B1. Windows color (decimal): -3359699 or 2997452. OLE color: 2997452.
HSL color Cylindrical-coordinate representation of color #CCBC2D: hue angle of 53.96º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CCBC2D is Cyan = 0, Magento = 0.08, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 188 | 45 | - |
| CMYK | 0 | 0.08 | 0.78 | 0.2 |
| HSL | 53.96º | 0.64% | 0.49% | - |
| HSV(B) | 53.96º | 0.78% | 0.8% | - |
| XYZ | 43.36 | 48.99 | 9.65 | - |
| YUV | 176.48 | 53.8 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 188 | 45 | 0 | 0.08 | 0.78 | 0.2 | 53.96 | 0.64 | 0.49 |
| Hex | CC | BC | 2D | 0 | 8 | 4E | 14 | 36 | 40 | 31 |
| Octal | 314 | 274 | 55 | 0 | 10 | 116 | 24 | 66 | 100 | 61 |
| Binary | 11001100 | 10111100 | 101101 | 0 | 1000 | 1001110 | 10100 | 110110 | 1000000 | 110001 |
Color Harmonies of #CCBC2D
Complementary color
Monochromatic Colors of #CCBC2D
Black with #CCBC2D
Text Example
Text Example
White with #CCBC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBC2D; }
p { color: rgb(204,188,45); }
H1.HeaderClassName
{
color: #CCBC2D;
}
.AnyTagClassName
{
color: #CCBC2D;
}
</style>
background-color css
<style>
a { background-color: #CCBC2D; }
a { background-color: rgb(204,188,45); }
div.DivClassName
{
background-color: #CCBC2D;
}
.BgClassName
{
background-color: #CCBC2D;
}
</style>
border-color css
<style>
span { border-color: #CCBC2D; }
span { border-color: rgb(204,188,45); }
td.TdClassName
{
border-color: #CCBC2D;
}
.TagClassName
{
border-color: #CCBC2D;
}
</style>