Shades of Old Gold #CCB631
Tints of Old Gold #CCB631
RGB
CMYK
RGB Variations
Color information
#CCB631 (or 0xCCB631) is known color: Old Gold. HEX triplet: CC, B6 and 31. RGB value is (204,182,49). Sum of RGB (Red+Green+Blue) = 204+182+49=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 182 (71.48% from 255 or 41.84% from 435); Blue value is 49 (19.53% from 255 or 11.26% from 435); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB631 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB631 is #3349CE. Grayscale: #ADADAD. Windows color (decimal): -3361231 or 3258060. OLE color: 3258060.
HSL color Cylindrical-coordinate representation of color #CCB631: hue angle of 51.48º 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 #CCB631 is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 182 | 49 | - |
| CMYK | 0 | 0.11 | 0.76 | 0.2 |
| HSL | 51.48º | 0.61% | 0.5% | - |
| HSV(B) | 51.48º | 0.76% | 0.8% | - |
| XYZ | 42.18 | 46.52 | 9.66 | - |
| YUV | 173.42 | 57.79 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 182 | 49 | 0 | 0.11 | 0.76 | 0.2 | 51.48 | 0.61 | 0.5 |
| Hex | CC | B6 | 31 | 0 | B | 4C | 14 | 33 | 3D | 32 |
| Octal | 314 | 266 | 61 | 0 | 13 | 114 | 24 | 63 | 75 | 62 |
| Binary | 11001100 | 10110110 | 110001 | 0 | 1011 | 1001100 | 10100 | 110011 | 111101 | 110010 |
Color Harmonies of #CCB631
Complementary color
Monochromatic Colors of #CCB631
Black with #CCB631
Text Example
Text Example
White with #CCB631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB631; }
p { color: rgb(204,182,49); }
H1.HeaderClassName
{
color: #CCB631;
}
.AnyTagClassName
{
color: #CCB631;
}
</style>
background-color css
<style>
a { background-color: #CCB631; }
a { background-color: rgb(204,182,49); }
div.DivClassName
{
background-color: #CCB631;
}
.BgClassName
{
background-color: #CCB631;
}
</style>
border-color css
<style>
span { border-color: #CCB631; }
span { border-color: rgb(204,182,49); }
td.TdClassName
{
border-color: #CCB631;
}
.TagClassName
{
border-color: #CCB631;
}
</style>