Shades of Old Gold #CCB532
Tints of Old Gold #CCB532
RGB
CMYK
RGB Variations
Color information
#CCB532 (or 0xCCB532) is known color: Old Gold. HEX triplet: CC, B5 and 32. RGB value is (204,181,50). Sum of RGB (Red+Green+Blue) = 204+181+50=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 181 (71.09% from 255 or 41.61% from 435); Blue value is 50 (19.92% from 255 or 11.49% from 435); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB532 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB532 is #334ACD. Grayscale: #ADADAD. Windows color (decimal): -3361486 or 3323340. OLE color: 3323340.
HSL color Cylindrical-coordinate representation of color #CCB532: hue angle of 51.04º 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 #CCB532 is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 181 | 50 | - |
| CMYK | 0 | 0.11 | 0.75 | 0.2 |
| HSL | 51.04º | 0.61% | 0.5% | - |
| HSV(B) | 51.04º | 0.75% | 0.8% | - |
| XYZ | 42 | 46.12 | 9.71 | - |
| YUV | 172.94 | 58.62 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 181 | 50 | 0 | 0.11 | 0.75 | 0.2 | 51.04 | 0.61 | 0.5 |
| Hex | CC | B5 | 32 | 0 | B | 4B | 14 | 33 | 3D | 32 |
| Octal | 314 | 265 | 62 | 0 | 13 | 113 | 24 | 63 | 75 | 62 |
| Binary | 11001100 | 10110101 | 110010 | 0 | 1011 | 1001011 | 10100 | 110011 | 111101 | 110010 |
Color Harmonies of #CCB532
Complementary color
Monochromatic Colors of #CCB532
Black with #CCB532
Text Example
Text Example
White with #CCB532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB532; }
p { color: rgb(204,181,50); }
H1.HeaderClassName
{
color: #CCB532;
}
.AnyTagClassName
{
color: #CCB532;
}
</style>
background-color css
<style>
a { background-color: #CCB532; }
a { background-color: rgb(204,181,50); }
div.DivClassName
{
background-color: #CCB532;
}
.BgClassName
{
background-color: #CCB532;
}
</style>
border-color css
<style>
span { border-color: #CCB532; }
span { border-color: rgb(204,181,50); }
td.TdClassName
{
border-color: #CCB532;
}
.TagClassName
{
border-color: #CCB532;
}
</style>