Shades of Old Gold #CCB231
Tints of Old Gold #CCB231
RGB
CMYK
RGB Variations
Color information
#CCB231 (or 0xCCB231) is known color: Old Gold. HEX triplet: CC, B2 and 31. RGB value is (204,178,49). Sum of RGB (Red+Green+Blue) = 204+178+49=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 178 (69.92% from 255 or 41.30% from 431); Blue value is 49 (19.53% from 255 or 11.37% from 431); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB231 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB231 is #334DCE. Grayscale: #ABABAB. Windows color (decimal): -3362255 or 3257036. OLE color: 3257036.
HSL color Cylindrical-coordinate representation of color #CCB231: hue angle of 49.94º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CCB231 is Cyan = 0, Magento = 0.13, Yellow = 0.76 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 178 | 49 | - |
| CMYK | 0 | 0.13 | 0.76 | 0.2 |
| HSL | 49.94º | 0.61% | 0.5% | - |
| HSV(B) | 49.94º | 0.76% | 0.8% | - |
| XYZ | 41.38 | 44.9 | 9.39 | - |
| YUV | 171.07 | 59.11 | 151.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 178 | 49 | 0 | 0.13 | 0.76 | 0.2 | 49.94 | 0.61 | 0.5 |
| Hex | CC | B2 | 31 | 0 | D | 4C | 14 | 32 | 3D | 32 |
| Octal | 314 | 262 | 61 | 0 | 15 | 114 | 24 | 62 | 75 | 62 |
| Binary | 11001100 | 10110010 | 110001 | 0 | 1101 | 1001100 | 10100 | 110010 | 111101 | 110010 |
Color Harmonies of #CCB231
Complementary color
Monochromatic Colors of #CCB231
Black with #CCB231
Text Example
Text Example
White with #CCB231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB231; }
p { color: rgb(204,178,49); }
H1.HeaderClassName
{
color: #CCB231;
}
.AnyTagClassName
{
color: #CCB231;
}
</style>
background-color css
<style>
a { background-color: #CCB231; }
a { background-color: rgb(204,178,49); }
div.DivClassName
{
background-color: #CCB231;
}
.BgClassName
{
background-color: #CCB231;
}
</style>
border-color css
<style>
span { border-color: #CCB231; }
span { border-color: rgb(204,178,49); }
td.TdClassName
{
border-color: #CCB231;
}
.TagClassName
{
border-color: #CCB231;
}
</style>