Shades of Old Gold #CCB038
Tints of Old Gold #CCB038
RGB
CMYK
RGB Variations
Color information
#CCB038 (or 0xCCB038) is known color: Old Gold. HEX triplet: CC, B0 and 38. RGB value is (204,176,56). Sum of RGB (Red+Green+Blue) = 204+176+56=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 176 (69.14% from 255 or 40.37% from 436); Blue value is 56 (22.27% from 255 or 12.84% from 436); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB038 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB038 is #334FC7. Grayscale: #ABABAB. Windows color (decimal): -3362760 or 3715276. OLE color: 3715276.
HSL color Cylindrical-coordinate representation of color #CCB038: hue angle of 48.65º 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 #CCB038 is Cyan = 0, Magento = 0.14, Yellow = 0.73 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 176 | 56 | - |
| CMYK | 0 | 0.14 | 0.73 | 0.2 |
| HSL | 48.65º | 0.59% | 0.51% | - |
| HSV(B) | 48.65º | 0.73% | 0.8% | - |
| XYZ | 41.14 | 44.17 | 10.1 | - |
| YUV | 170.69 | 63.28 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 176 | 56 | 0 | 0.14 | 0.73 | 0.2 | 48.65 | 0.59 | 0.51 |
| Hex | CC | B0 | 38 | 0 | E | 49 | 14 | 31 | 3B | 33 |
| Octal | 314 | 260 | 70 | 0 | 16 | 111 | 24 | 61 | 73 | 63 |
| Binary | 11001100 | 10110000 | 111000 | 0 | 1110 | 1001001 | 10100 | 110001 | 111011 | 110011 |
Color Harmonies of #CCB038
Complementary color
Monochromatic Colors of #CCB038
Black with #CCB038
Text Example
Text Example
White with #CCB038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB038; }
p { color: rgb(204,176,56); }
H1.HeaderClassName
{
color: #CCB038;
}
.AnyTagClassName
{
color: #CCB038;
}
</style>
background-color css
<style>
a { background-color: #CCB038; }
a { background-color: rgb(204,176,56); }
div.DivClassName
{
background-color: #CCB038;
}
.BgClassName
{
background-color: #CCB038;
}
</style>
border-color css
<style>
span { border-color: #CCB038; }
span { border-color: rgb(204,176,56); }
td.TdClassName
{
border-color: #CCB038;
}
.TagClassName
{
border-color: #CCB038;
}
</style>