Shades of Old Gold #CCB22E
Tints of Old Gold #CCB22E
RGB
CMYK
RGB Variations
Color information
#CCB22E (or 0xCCB22E) is known color: Old Gold. HEX triplet: CC, B2 and 2E. RGB value is (204,178,46). Sum of RGB (Red+Green+Blue) = 204+178+46=428 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.66% from 428); Green value is 178 (69.92% from 255 or 41.59% from 428); Blue value is 46 (18.36% from 255 or 10.75% from 428); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB22E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB22E is #334DD1. Grayscale: #ABABAB. Windows color (decimal): -3362258 or 3060428. OLE color: 3060428.
HSL color Cylindrical-coordinate representation of color #CCB22E: hue angle of 50.13º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CCB22E is Cyan = 0, Magento = 0.13, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 178 | 46 | - |
| CMYK | 0 | 0.13 | 0.77 | 0.2 |
| HSL | 50.13º | 0.63% | 0.49% | - |
| HSV(B) | 50.13º | 0.77% | 0.8% | - |
| XYZ | 41.32 | 44.88 | 9.07 | - |
| YUV | 170.73 | 57.61 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 178 | 46 | 0 | 0.13 | 0.77 | 0.2 | 50.13 | 0.63 | 0.49 |
| Hex | CC | B2 | 2E | 0 | D | 4D | 14 | 32 | 3F | 31 |
| Octal | 314 | 262 | 56 | 0 | 15 | 115 | 24 | 62 | 77 | 61 |
| Binary | 11001100 | 10110010 | 101110 | 0 | 1101 | 1001101 | 10100 | 110010 | 111111 | 110001 |
Color Harmonies of #CCB22E
Complementary color
Monochromatic Colors of #CCB22E
Black with #CCB22E
Text Example
Text Example
White with #CCB22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB22E; }
p { color: rgb(204,178,46); }
H1.HeaderClassName
{
color: #CCB22E;
}
.AnyTagClassName
{
color: #CCB22E;
}
</style>
background-color css
<style>
a { background-color: #CCB22E; }
a { background-color: rgb(204,178,46); }
div.DivClassName
{
background-color: #CCB22E;
}
.BgClassName
{
background-color: #CCB22E;
}
</style>
border-color css
<style>
span { border-color: #CCB22E; }
span { border-color: rgb(204,178,46); }
td.TdClassName
{
border-color: #CCB22E;
}
.TagClassName
{
border-color: #CCB22E;
}
</style>