Shades of Old Gold #CCB53E
Tints of Old Gold #CCB53E
RGB
CMYK
RGB Variations
Color information
#CCB53E (or 0xCCB53E) is known color: Old Gold. HEX triplet: CC, B5 and 3E. RGB value is (204,181,62). Sum of RGB (Red+Green+Blue) = 204+181+62=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 181 (71.09% from 255 or 40.49% from 447); Blue value is 62 (24.61% from 255 or 13.87% from 447); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB53E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB53E is #334AC1. Grayscale: #AEAEAE. Windows color (decimal): -3361474 or 4109772. OLE color: 4109772.
HSL color Cylindrical-coordinate representation of color #CCB53E: hue angle of 50.28º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CCB53E is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 181 | 62 | - |
| CMYK | 0 | 0.11 | 0.70 | 0.2 |
| HSL | 50.28º | 0.58% | 0.52% | - |
| HSV(B) | 50.28º | 0.7% | 0.8% | - |
| XYZ | 42.3 | 46.23 | 11.25 | - |
| YUV | 174.31 | 64.62 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 181 | 62 | 0 | 0.11 | 0.70 | 0.2 | 50.28 | 0.58 | 0.52 |
| Hex | CC | B5 | 3E | 0 | B | 46 | 14 | 32 | 3A | 34 |
| Octal | 314 | 265 | 76 | 0 | 13 | 106 | 24 | 62 | 72 | 64 |
| Binary | 11001100 | 10110101 | 111110 | 0 | 1011 | 1000110 | 10100 | 110010 | 111010 | 110100 |
Color Harmonies of #CCB53E
Complementary color
Monochromatic Colors of #CCB53E
Black with #CCB53E
Text Example
Text Example
White with #CCB53E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB53E; }
p { color: rgb(204,181,62); }
H1.HeaderClassName
{
color: #CCB53E;
}
.AnyTagClassName
{
color: #CCB53E;
}
</style>
background-color css
<style>
a { background-color: #CCB53E; }
a { background-color: rgb(204,181,62); }
div.DivClassName
{
background-color: #CCB53E;
}
.BgClassName
{
background-color: #CCB53E;
}
</style>
border-color css
<style>
span { border-color: #CCB53E; }
span { border-color: rgb(204,181,62); }
td.TdClassName
{
border-color: #CCB53E;
}
.TagClassName
{
border-color: #CCB53E;
}
</style>