Shades of Old Gold #CCB533
Tints of Old Gold #CCB533
RGB
CMYK
RGB Variations
Color information
#CCB533 (or 0xCCB533) is known color: Old Gold. HEX triplet: CC, B5 and 33. RGB value is (204,181,51). Sum of RGB (Red+Green+Blue) = 204+181+51=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 181 (71.09% from 255 or 41.51% from 436); Blue value is 51 (20.31% from 255 or 11.70% from 436); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB533 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB533 is #334ACC. Grayscale: #ADADAD. Windows color (decimal): -3361485 or 3388876. OLE color: 3388876.
HSL color Cylindrical-coordinate representation of color #CCB533: hue angle of 50.98º degrees, saturation: 0.6, 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 #CCB533 is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 181 | 51 | - |
| CMYK | 0 | 0.11 | 0.75 | 0.2 |
| HSL | 50.98º | 0.6% | 0.5% | - |
| HSV(B) | 50.98º | 0.75% | 0.8% | - |
| XYZ | 42.02 | 46.12 | 9.82 | - |
| YUV | 173.06 | 59.12 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 181 | 51 | 0 | 0.11 | 0.75 | 0.2 | 50.98 | 0.6 | 0.5 |
| Hex | CC | B5 | 33 | 0 | B | 4B | 14 | 33 | 3C | 32 |
| Octal | 314 | 265 | 63 | 0 | 13 | 113 | 24 | 63 | 74 | 62 |
| Binary | 11001100 | 10110101 | 110011 | 0 | 1011 | 1001011 | 10100 | 110011 | 111100 | 110010 |
Color Harmonies of #CCB533
Complementary color
Monochromatic Colors of #CCB533
Black with #CCB533
Text Example
Text Example
White with #CCB533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB533; }
p { color: rgb(204,181,51); }
H1.HeaderClassName
{
color: #CCB533;
}
.AnyTagClassName
{
color: #CCB533;
}
</style>
background-color css
<style>
a { background-color: #CCB533; }
a { background-color: rgb(204,181,51); }
div.DivClassName
{
background-color: #CCB533;
}
.BgClassName
{
background-color: #CCB533;
}
</style>
border-color css
<style>
span { border-color: #CCB533; }
span { border-color: rgb(204,181,51); }
td.TdClassName
{
border-color: #CCB533;
}
.TagClassName
{
border-color: #CCB533;
}
</style>