Shades of Old Gold #CCB539
Tints of Old Gold #CCB539
RGB
CMYK
RGB Variations
Color information
#CCB539 (or 0xCCB539) is known color: Old Gold. HEX triplet: CC, B5 and 39. RGB value is (204,181,57). Sum of RGB (Red+Green+Blue) = 204+181+57=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 181 (71.09% from 255 or 40.95% from 442); Blue value is 57 (22.66% from 255 or 12.90% from 442); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB539 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB539 is #334AC6. Grayscale: #AEAEAE. Windows color (decimal): -3361479 or 3782092. OLE color: 3782092.
HSL color Cylindrical-coordinate representation of color #CCB539: hue angle of 50.61º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CCB539 is Cyan = 0, Magento = 0.11, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 181 | 57 | - |
| CMYK | 0 | 0.11 | 0.72 | 0.2 |
| HSL | 50.61º | 0.59% | 0.51% | - |
| HSV(B) | 50.61º | 0.72% | 0.8% | - |
| XYZ | 42.16 | 46.18 | 10.56 | - |
| YUV | 173.74 | 62.12 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 181 | 57 | 0 | 0.11 | 0.72 | 0.2 | 50.61 | 0.59 | 0.51 |
| Hex | CC | B5 | 39 | 0 | B | 48 | 14 | 33 | 3B | 33 |
| Octal | 314 | 265 | 71 | 0 | 13 | 110 | 24 | 63 | 73 | 63 |
| Binary | 11001100 | 10110101 | 111001 | 0 | 1011 | 1001000 | 10100 | 110011 | 111011 | 110011 |
Color Harmonies of #CCB539
Complementary color
Monochromatic Colors of #CCB539
Black with #CCB539
Text Example
Text Example
White with #CCB539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB539; }
p { color: rgb(204,181,57); }
H1.HeaderClassName
{
color: #CCB539;
}
.AnyTagClassName
{
color: #CCB539;
}
</style>
background-color css
<style>
a { background-color: #CCB539; }
a { background-color: rgb(204,181,57); }
div.DivClassName
{
background-color: #CCB539;
}
.BgClassName
{
background-color: #CCB539;
}
</style>
border-color css
<style>
span { border-color: #CCB539; }
span { border-color: rgb(204,181,57); }
td.TdClassName
{
border-color: #CCB539;
}
.TagClassName
{
border-color: #CCB539;
}
</style>