Shades of Old Gold #CCB93C
Tints of Old Gold #CCB93C
RGB
CMYK
RGB Variations
Color information
#CCB93C (or 0xCCB93C) is known color: Old Gold. HEX triplet: CC, B9 and 3C. RGB value is (204,185,60). Sum of RGB (Red+Green+Blue) = 204+185+60=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 185 (72.66% from 255 or 41.20% from 449); Blue value is 60 (23.83% from 255 or 13.36% from 449); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB93C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB93C is #3346C3. Grayscale: #B0B0B0. Windows color (decimal): -3360452 or 3979724. OLE color: 3979724.
HSL color Cylindrical-coordinate representation of color #CCB93C: hue angle of 52.08º 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 #CCB93C is Cyan = 0, Magento = 0.09, Yellow = 0.71 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 185 | 60 | - |
| CMYK | 0 | 0.09 | 0.71 | 0.2 |
| HSL | 52.08º | 0.59% | 0.52% | - |
| HSV(B) | 52.08º | 0.71% | 0.8% | - |
| XYZ | 43.07 | 47.86 | 11.24 | - |
| YUV | 176.43 | 62.29 | 147.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 185 | 60 | 0 | 0.09 | 0.71 | 0.2 | 52.08 | 0.59 | 0.52 |
| Hex | CC | B9 | 3C | 0 | 9 | 47 | 14 | 34 | 3B | 34 |
| Octal | 314 | 271 | 74 | 0 | 11 | 107 | 24 | 64 | 73 | 64 |
| Binary | 11001100 | 10111001 | 111100 | 0 | 1001 | 1000111 | 10100 | 110100 | 111011 | 110100 |
Color Harmonies of #CCB93C
Complementary color
Monochromatic Colors of #CCB93C
Black with #CCB93C
Text Example
Text Example
White with #CCB93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB93C; }
p { color: rgb(204,185,60); }
H1.HeaderClassName
{
color: #CCB93C;
}
.AnyTagClassName
{
color: #CCB93C;
}
</style>
background-color css
<style>
a { background-color: #CCB93C; }
a { background-color: rgb(204,185,60); }
div.DivClassName
{
background-color: #CCB93C;
}
.BgClassName
{
background-color: #CCB93C;
}
</style>
border-color css
<style>
span { border-color: #CCB93C; }
span { border-color: rgb(204,185,60); }
td.TdClassName
{
border-color: #CCB93C;
}
.TagClassName
{
border-color: #CCB93C;
}
</style>