Shades of Old Gold #CCB831
Tints of Old Gold #CCB831
RGB
CMYK
RGB Variations
Color information
#CCB831 (or 0xCCB831) is known color: Old Gold. HEX triplet: CC, B8 and 31. RGB value is (204,184,49). Sum of RGB (Red+Green+Blue) = 204+184+49=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 184 (72.27% from 255 or 42.11% from 437); Blue value is 49 (19.53% from 255 or 11.21% from 437); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB831 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB831 is #3347CE. Grayscale: #AFAFAF. Windows color (decimal): -3360719 or 3258572. OLE color: 3258572.
HSL color Cylindrical-coordinate representation of color #CCB831: hue angle of 52.26º 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 #CCB831 is Cyan = 0, Magento = 0.10, Yellow = 0.76 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 184 | 49 | - |
| CMYK | 0 | 0.10 | 0.76 | 0.2 |
| HSL | 52.26º | 0.61% | 0.5% | - |
| HSV(B) | 52.26º | 0.76% | 0.8% | - |
| XYZ | 42.6 | 47.34 | 9.8 | - |
| YUV | 174.59 | 57.13 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 184 | 49 | 0 | 0.10 | 0.76 | 0.2 | 52.26 | 0.61 | 0.5 |
| Hex | CC | B8 | 31 | 0 | A | 4C | 14 | 34 | 3D | 32 |
| Octal | 314 | 270 | 61 | 0 | 12 | 114 | 24 | 64 | 75 | 62 |
| Binary | 11001100 | 10111000 | 110001 | 0 | 1010 | 1001100 | 10100 | 110100 | 111101 | 110010 |
Color Harmonies of #CCB831
Complementary color
Monochromatic Colors of #CCB831
Black with #CCB831
Text Example
Text Example
White with #CCB831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB831; }
p { color: rgb(204,184,49); }
H1.HeaderClassName
{
color: #CCB831;
}
.AnyTagClassName
{
color: #CCB831;
}
</style>
background-color css
<style>
a { background-color: #CCB831; }
a { background-color: rgb(204,184,49); }
div.DivClassName
{
background-color: #CCB831;
}
.BgClassName
{
background-color: #CCB831;
}
</style>
border-color css
<style>
span { border-color: #CCB831; }
span { border-color: rgb(204,184,49); }
td.TdClassName
{
border-color: #CCB831;
}
.TagClassName
{
border-color: #CCB831;
}
</style>