Shades of Old Gold #CCB238
Tints of Old Gold #CCB238
RGB
CMYK
RGB Variations
Color information
#CCB238 (or 0xCCB238) is known color: Old Gold. HEX triplet: CC, B2 and 38. RGB value is (204,178,56). Sum of RGB (Red+Green+Blue) = 204+178+56=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 178 (69.92% from 255 or 40.64% from 438); Blue value is 56 (22.27% from 255 or 12.79% from 438); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB238 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB238 is #334DC7. Grayscale: #ACACAC. Windows color (decimal): -3362248 or 3715788. OLE color: 3715788.
HSL color Cylindrical-coordinate representation of color #CCB238: hue angle of 49.46º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CCB238 is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 178 | 56 | - |
| CMYK | 0 | 0.13 | 0.73 | 0.2 |
| HSL | 49.46º | 0.59% | 0.51% | - |
| HSV(B) | 49.46º | 0.73% | 0.8% | - |
| XYZ | 41.54 | 44.96 | 10.23 | - |
| YUV | 171.87 | 62.61 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 178 | 56 | 0 | 0.13 | 0.73 | 0.2 | 49.46 | 0.59 | 0.51 |
| Hex | CC | B2 | 38 | 0 | D | 49 | 14 | 31 | 3B | 33 |
| Octal | 314 | 262 | 70 | 0 | 15 | 111 | 24 | 61 | 73 | 63 |
| Binary | 11001100 | 10110010 | 111000 | 0 | 1101 | 1001001 | 10100 | 110001 | 111011 | 110011 |
Color Harmonies of #CCB238
Complementary color
Monochromatic Colors of #CCB238
Black with #CCB238
Text Example
Text Example
White with #CCB238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB238; }
p { color: rgb(204,178,56); }
H1.HeaderClassName
{
color: #CCB238;
}
.AnyTagClassName
{
color: #CCB238;
}
</style>
background-color css
<style>
a { background-color: #CCB238; }
a { background-color: rgb(204,178,56); }
div.DivClassName
{
background-color: #CCB238;
}
.BgClassName
{
background-color: #CCB238;
}
</style>
border-color css
<style>
span { border-color: #CCB238; }
span { border-color: rgb(204,178,56); }
td.TdClassName
{
border-color: #CCB238;
}
.TagClassName
{
border-color: #CCB238;
}
</style>