Shades of Old Gold #CCB431
Tints of Old Gold #CCB431
RGB
CMYK
RGB Variations
Color information
#CCB431 (or 0xCCB431) is known color: Old Gold. HEX triplet: CC, B4 and 31. RGB value is (204,180,49). Sum of RGB (Red+Green+Blue) = 204+180+49=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 180 (70.70% from 255 or 41.57% from 433); Blue value is 49 (19.53% from 255 or 11.32% from 433); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB431 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB431 is #334BCE. Grayscale: #ACACAC. Windows color (decimal): -3361743 or 3257548. OLE color: 3257548.
HSL color Cylindrical-coordinate representation of color #CCB431: hue angle of 50.71º 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 #CCB431 is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 180 | 49 | - |
| CMYK | 0 | 0.12 | 0.76 | 0.2 |
| HSL | 50.71º | 0.61% | 0.5% | - |
| HSV(B) | 50.71º | 0.76% | 0.8% | - |
| XYZ | 41.78 | 45.7 | 9.53 | - |
| YUV | 172.24 | 58.45 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 180 | 49 | 0 | 0.12 | 0.76 | 0.2 | 50.71 | 0.61 | 0.5 |
| Hex | CC | B4 | 31 | 0 | C | 4C | 14 | 33 | 3D | 32 |
| Octal | 314 | 264 | 61 | 0 | 14 | 114 | 24 | 63 | 75 | 62 |
| Binary | 11001100 | 10110100 | 110001 | 0 | 1100 | 1001100 | 10100 | 110011 | 111101 | 110010 |
Color Harmonies of #CCB431
Complementary color
Monochromatic Colors of #CCB431
Black with #CCB431
Text Example
Text Example
White with #CCB431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB431; }
p { color: rgb(204,180,49); }
H1.HeaderClassName
{
color: #CCB431;
}
.AnyTagClassName
{
color: #CCB431;
}
</style>
background-color css
<style>
a { background-color: #CCB431; }
a { background-color: rgb(204,180,49); }
div.DivClassName
{
background-color: #CCB431;
}
.BgClassName
{
background-color: #CCB431;
}
</style>
border-color css
<style>
span { border-color: #CCB431; }
span { border-color: rgb(204,180,49); }
td.TdClassName
{
border-color: #CCB431;
}
.TagClassName
{
border-color: #CCB431;
}
</style>