Shades of Old Gold #CCBC43
Tints of Old Gold #CCBC43
RGB
CMYK
RGB Variations
Color information
#CCBC43 (or 0xCCBC43) is known color: Old Gold. HEX triplet: CC, BC and 43. RGB value is (204,188,67). Sum of RGB (Red+Green+Blue) = 204+188+67=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 188 (73.83% from 255 or 40.96% from 459); Blue value is 67 (26.56% from 255 or 14.60% from 459); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBC43 is #3343BC. Grayscale: #B3B3B3. Windows color (decimal): -3359677 or 4439244. OLE color: 4439244.
HSL color Cylindrical-coordinate representation of color #CCBC43: hue angle of 52.99º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CCBC43 is Cyan = 0, Magento = 0.08, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 188 | 67 | - |
| CMYK | 0 | 0.08 | 0.67 | 0.2 |
| HSL | 52.99º | 0.57% | 0.53% | - |
| HSV(B) | 52.99º | 0.67% | 0.8% | - |
| XYZ | 43.9 | 49.21 | 12.49 | - |
| YUV | 178.99 | 64.8 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 188 | 67 | 0 | 0.08 | 0.67 | 0.2 | 52.99 | 0.57 | 0.53 |
| Hex | CC | BC | 43 | 0 | 8 | 43 | 14 | 35 | 39 | 35 |
| Octal | 314 | 274 | 103 | 0 | 10 | 103 | 24 | 65 | 71 | 65 |
| Binary | 11001100 | 10111100 | 1000011 | 0 | 1000 | 1000011 | 10100 | 110101 | 111001 | 110101 |
Color Harmonies of #CCBC43
Complementary color
Monochromatic Colors of #CCBC43
Black with #CCBC43
Text Example
Text Example
White with #CCBC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBC43; }
p { color: rgb(204,188,67); }
H1.HeaderClassName
{
color: #CCBC43;
}
.AnyTagClassName
{
color: #CCBC43;
}
</style>
background-color css
<style>
a { background-color: #CCBC43; }
a { background-color: rgb(204,188,67); }
div.DivClassName
{
background-color: #CCBC43;
}
.BgClassName
{
background-color: #CCBC43;
}
</style>
border-color css
<style>
span { border-color: #CCBC43; }
span { border-color: rgb(204,188,67); }
td.TdClassName
{
border-color: #CCBC43;
}
.TagClassName
{
border-color: #CCBC43;
}
</style>