Shades of Old Gold #CCBD40
Tints of Old Gold #CCBD40
RGB
CMYK
RGB Variations
Color information
#CCBD40 (or 0xCCBD40) is known color: Old Gold. HEX triplet: CC, BD and 40. RGB value is (204,189,64). Sum of RGB (Red+Green+Blue) = 204+189+64=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 189 (74.22% from 255 or 41.36% from 457); Blue value is 64 (25.39% from 255 or 14.00% from 457); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBD40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBD40 is #3342BF. Grayscale: #B3B3B3. Windows color (decimal): -3359424 or 4242892. OLE color: 4242892.
HSL color Cylindrical-coordinate representation of color #CCBD40: hue angle of 53.57º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CCBD40 is Cyan = 0, Magento = 0.07, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 189 | 64 | - |
| CMYK | 0 | 0.07 | 0.69 | 0.2 |
| HSL | 53.57º | 0.58% | 0.53% | - |
| HSV(B) | 53.57º | 0.69% | 0.8% | - |
| XYZ | 44.02 | 49.6 | 12.1 | - |
| YUV | 179.24 | 62.97 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 189 | 64 | 0 | 0.07 | 0.69 | 0.2 | 53.57 | 0.58 | 0.53 |
| Hex | CC | BD | 40 | 0 | 7 | 45 | 14 | 36 | 3A | 35 |
| Octal | 314 | 275 | 100 | 0 | 7 | 105 | 24 | 66 | 72 | 65 |
| Binary | 11001100 | 10111101 | 1000000 | 0 | 111 | 1000101 | 10100 | 110110 | 111010 | 110101 |
Color Harmonies of #CCBD40
Complementary color
Monochromatic Colors of #CCBD40
Black with #CCBD40
Text Example
Text Example
White with #CCBD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBD40; }
p { color: rgb(204,189,64); }
H1.HeaderClassName
{
color: #CCBD40;
}
.AnyTagClassName
{
color: #CCBD40;
}
</style>
background-color css
<style>
a { background-color: #CCBD40; }
a { background-color: rgb(204,189,64); }
div.DivClassName
{
background-color: #CCBD40;
}
.BgClassName
{
background-color: #CCBD40;
}
</style>
border-color css
<style>
span { border-color: #CCBD40; }
span { border-color: rgb(204,189,64); }
td.TdClassName
{
border-color: #CCBD40;
}
.TagClassName
{
border-color: #CCBD40;
}
</style>