Shades of Old Gold #CCB132
Tints of Old Gold #CCB132
RGB
CMYK
RGB Variations
Color information
#CCB132 (or 0xCCB132) is known color: Old Gold. HEX triplet: CC, B1 and 32. RGB value is (204,177,50). Sum of RGB (Red+Green+Blue) = 204+177+50=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 177 (69.53% from 255 or 41.07% from 431); Blue value is 50 (19.92% from 255 or 11.60% from 431); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB132 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB132 is #334ECD. Grayscale: #ABABAB. Windows color (decimal): -3362510 or 3322316. OLE color: 3322316.
HSL color Cylindrical-coordinate representation of color #CCB132: hue angle of 49.48º degrees, saturation: 0.61, 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 #CCB132 is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 177 | 50 | - |
| CMYK | 0 | 0.13 | 0.75 | 0.2 |
| HSL | 49.48º | 0.61% | 0.5% | - |
| HSV(B) | 49.48º | 0.75% | 0.8% | - |
| XYZ | 41.2 | 44.51 | 9.44 | - |
| YUV | 170.6 | 59.95 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 177 | 50 | 0 | 0.13 | 0.75 | 0.2 | 49.48 | 0.61 | 0.5 |
| Hex | CC | B1 | 32 | 0 | D | 4B | 14 | 31 | 3D | 32 |
| Octal | 314 | 261 | 62 | 0 | 15 | 113 | 24 | 61 | 75 | 62 |
| Binary | 11001100 | 10110001 | 110010 | 0 | 1101 | 1001011 | 10100 | 110001 | 111101 | 110010 |
Color Harmonies of #CCB132
Complementary color
Monochromatic Colors of #CCB132
Black with #CCB132
Text Example
Text Example
White with #CCB132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB132; }
p { color: rgb(204,177,50); }
H1.HeaderClassName
{
color: #CCB132;
}
.AnyTagClassName
{
color: #CCB132;
}
</style>
background-color css
<style>
a { background-color: #CCB132; }
a { background-color: rgb(204,177,50); }
div.DivClassName
{
background-color: #CCB132;
}
.BgClassName
{
background-color: #CCB132;
}
</style>
border-color css
<style>
span { border-color: #CCB132; }
span { border-color: rgb(204,177,50); }
td.TdClassName
{
border-color: #CCB132;
}
.TagClassName
{
border-color: #CCB132;
}
</style>