Shades of Old Gold #CCB53C
Tints of Old Gold #CCB53C
RGB
CMYK
RGB Variations
Color information
#CCB53C (or 0xCCB53C) is known color: Old Gold. HEX triplet: CC, B5 and 3C. RGB value is (204,181,60). Sum of RGB (Red+Green+Blue) = 204+181+60=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 181 (71.09% from 255 or 40.67% from 445); Blue value is 60 (23.83% from 255 or 13.48% from 445); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB53C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB53C is #334AC3. Grayscale: #AEAEAE. Windows color (decimal): -3361476 or 3978700. OLE color: 3978700.
HSL color Cylindrical-coordinate representation of color #CCB53C: hue angle of 50.42º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CCB53C is Cyan = 0, Magento = 0.11, Yellow = 0.71 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 181 | 60 | - |
| CMYK | 0 | 0.11 | 0.71 | 0.2 |
| HSL | 50.42º | 0.59% | 0.52% | - |
| HSV(B) | 50.42º | 0.71% | 0.8% | - |
| XYZ | 42.24 | 46.21 | 10.97 | - |
| YUV | 174.08 | 63.62 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 181 | 60 | 0 | 0.11 | 0.71 | 0.2 | 50.42 | 0.59 | 0.52 |
| Hex | CC | B5 | 3C | 0 | B | 47 | 14 | 32 | 3B | 34 |
| Octal | 314 | 265 | 74 | 0 | 13 | 107 | 24 | 62 | 73 | 64 |
| Binary | 11001100 | 10110101 | 111100 | 0 | 1011 | 1000111 | 10100 | 110010 | 111011 | 110100 |
Color Harmonies of #CCB53C
Complementary color
Monochromatic Colors of #CCB53C
Black with #CCB53C
Text Example
Text Example
White with #CCB53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB53C; }
p { color: rgb(204,181,60); }
H1.HeaderClassName
{
color: #CCB53C;
}
.AnyTagClassName
{
color: #CCB53C;
}
</style>
background-color css
<style>
a { background-color: #CCB53C; }
a { background-color: rgb(204,181,60); }
div.DivClassName
{
background-color: #CCB53C;
}
.BgClassName
{
background-color: #CCB53C;
}
</style>
border-color css
<style>
span { border-color: #CCB53C; }
span { border-color: rgb(204,181,60); }
td.TdClassName
{
border-color: #CCB53C;
}
.TagClassName
{
border-color: #CCB53C;
}
</style>