Shades of Old Gold #CCB632
Tints of Old Gold #CCB632
RGB
CMYK
RGB Variations
Color information
#CCB632 (or 0xCCB632) is known color: Old Gold. HEX triplet: CC, B6 and 32. RGB value is (204,182,50). Sum of RGB (Red+Green+Blue) = 204+182+50=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 182 (71.48% from 255 or 41.74% from 436); Blue value is 50 (19.92% from 255 or 11.47% from 436); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB632 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB632 is #3349CD. Grayscale: #AEAEAE. Windows color (decimal): -3361230 or 3323596. OLE color: 3323596.
HSL color Cylindrical-coordinate representation of color #CCB632: hue angle of 51.43º 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 #CCB632 is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 182 | 50 | - |
| CMYK | 0 | 0.11 | 0.75 | 0.2 |
| HSL | 51.43º | 0.61% | 0.5% | - |
| HSV(B) | 51.43º | 0.75% | 0.8% | - |
| XYZ | 42.21 | 46.52 | 9.77 | - |
| YUV | 173.53 | 58.29 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 182 | 50 | 0 | 0.11 | 0.75 | 0.2 | 51.43 | 0.61 | 0.5 |
| Hex | CC | B6 | 32 | 0 | B | 4B | 14 | 33 | 3D | 32 |
| Octal | 314 | 266 | 62 | 0 | 13 | 113 | 24 | 63 | 75 | 62 |
| Binary | 11001100 | 10110110 | 110010 | 0 | 1011 | 1001011 | 10100 | 110011 | 111101 | 110010 |
Color Harmonies of #CCB632
Complementary color
Monochromatic Colors of #CCB632
Black with #CCB632
Text Example
Text Example
White with #CCB632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB632; }
p { color: rgb(204,182,50); }
H1.HeaderClassName
{
color: #CCB632;
}
.AnyTagClassName
{
color: #CCB632;
}
</style>
background-color css
<style>
a { background-color: #CCB632; }
a { background-color: rgb(204,182,50); }
div.DivClassName
{
background-color: #CCB632;
}
.BgClassName
{
background-color: #CCB632;
}
</style>
border-color css
<style>
span { border-color: #CCB632; }
span { border-color: rgb(204,182,50); }
td.TdClassName
{
border-color: #CCB632;
}
.TagClassName
{
border-color: #CCB632;
}
</style>