Shades of Old Gold #CCB535
Tints of Old Gold #CCB535
RGB
CMYK
RGB Variations
Color information
#CCB535 (or 0xCCB535) is known color: Old Gold. HEX triplet: CC, B5 and 35. RGB value is (204,181,53). Sum of RGB (Red+Green+Blue) = 204+181+53=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 181 (71.09% from 255 or 41.32% from 438); Blue value is 53 (21.09% from 255 or 12.10% from 438); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB535 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB535 is #334ACA. Grayscale: #ADADAD. Windows color (decimal): -3361483 or 3519948. OLE color: 3519948.
HSL color Cylindrical-coordinate representation of color #CCB535: hue angle of 50.86º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CCB535 is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 181 | 53 | - |
| CMYK | 0 | 0.11 | 0.74 | 0.2 |
| HSL | 50.86º | 0.6% | 0.5% | - |
| HSV(B) | 50.86º | 0.74% | 0.8% | - |
| XYZ | 42.07 | 46.14 | 10.06 | - |
| YUV | 173.29 | 60.12 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 181 | 53 | 0 | 0.11 | 0.74 | 0.2 | 50.86 | 0.6 | 0.5 |
| Hex | CC | B5 | 35 | 0 | B | 4A | 14 | 33 | 3C | 32 |
| Octal | 314 | 265 | 65 | 0 | 13 | 112 | 24 | 63 | 74 | 62 |
| Binary | 11001100 | 10110101 | 110101 | 0 | 1011 | 1001010 | 10100 | 110011 | 111100 | 110010 |
Color Harmonies of #CCB535
Complementary color
Monochromatic Colors of #CCB535
Black with #CCB535
Text Example
Text Example
White with #CCB535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB535; }
p { color: rgb(204,181,53); }
H1.HeaderClassName
{
color: #CCB535;
}
.AnyTagClassName
{
color: #CCB535;
}
</style>
background-color css
<style>
a { background-color: #CCB535; }
a { background-color: rgb(204,181,53); }
div.DivClassName
{
background-color: #CCB535;
}
.BgClassName
{
background-color: #CCB535;
}
</style>
border-color css
<style>
span { border-color: #CCB535; }
span { border-color: rgb(204,181,53); }
td.TdClassName
{
border-color: #CCB535;
}
.TagClassName
{
border-color: #CCB535;
}
</style>