Shades of Old Gold #CCB23A
Tints of Old Gold #CCB23A
RGB
CMYK
RGB Variations
Color information
#CCB23A (or 0xCCB23A) is known color: Old Gold. HEX triplet: CC, B2 and 3A. RGB value is (204,178,58). Sum of RGB (Red+Green+Blue) = 204+178+58=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 178 (69.92% from 255 or 40.45% from 440); Blue value is 58 (23.05% from 255 or 13.18% from 440); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB23A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB23A is #334DC5. Grayscale: #ACACAC. Windows color (decimal): -3362246 or 3846860. OLE color: 3846860.
HSL color Cylindrical-coordinate representation of color #CCB23A: hue angle of 49.32º 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 #CCB23A is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 178 | 58 | - |
| CMYK | 0 | 0.13 | 0.72 | 0.2 |
| HSL | 49.32º | 0.59% | 0.51% | - |
| HSV(B) | 49.32º | 0.72% | 0.8% | - |
| XYZ | 41.59 | 44.98 | 10.49 | - |
| YUV | 172.09 | 63.61 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 178 | 58 | 0 | 0.13 | 0.72 | 0.2 | 49.32 | 0.59 | 0.51 |
| Hex | CC | B2 | 3A | 0 | D | 48 | 14 | 31 | 3B | 33 |
| Octal | 314 | 262 | 72 | 0 | 15 | 110 | 24 | 61 | 73 | 63 |
| Binary | 11001100 | 10110010 | 111010 | 0 | 1101 | 1001000 | 10100 | 110001 | 111011 | 110011 |
Color Harmonies of #CCB23A
Complementary color
Monochromatic Colors of #CCB23A
Black with #CCB23A
Text Example
Text Example
White with #CCB23A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB23A; }
p { color: rgb(204,178,58); }
H1.HeaderClassName
{
color: #CCB23A;
}
.AnyTagClassName
{
color: #CCB23A;
}
</style>
background-color css
<style>
a { background-color: #CCB23A; }
a { background-color: rgb(204,178,58); }
div.DivClassName
{
background-color: #CCB23A;
}
.BgClassName
{
background-color: #CCB23A;
}
</style>
border-color css
<style>
span { border-color: #CCB23A; }
span { border-color: rgb(204,178,58); }
td.TdClassName
{
border-color: #CCB23A;
}
.TagClassName
{
border-color: #CCB23A;
}
</style>