Shades of Old Gold #CCB841
Tints of Old Gold #CCB841
RGB
CMYK
RGB Variations
Color information
#CCB841 (or 0xCCB841) is known color: Old Gold. HEX triplet: CC, B8 and 41. RGB value is (204,184,65). Sum of RGB (Red+Green+Blue) = 204+184+65=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 184 (72.27% from 255 or 40.62% from 453); Blue value is 65 (25.78% from 255 or 14.35% from 453); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB841 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB841 is #3347BE. Grayscale: #B0B0B0. Windows color (decimal): -3360703 or 4307148. OLE color: 4307148.
HSL color Cylindrical-coordinate representation of color #CCB841: hue angle of 51.37º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CCB841 is Cyan = 0, Magento = 0.10, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 184 | 65 | - |
| CMYK | 0 | 0.10 | 0.68 | 0.2 |
| HSL | 51.37º | 0.58% | 0.53% | - |
| HSV(B) | 51.37º | 0.68% | 0.8% | - |
| XYZ | 43 | 47.5 | 11.9 | - |
| YUV | 176.41 | 65.13 | 147.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 184 | 65 | 0 | 0.10 | 0.68 | 0.2 | 51.37 | 0.58 | 0.53 |
| Hex | CC | B8 | 41 | 0 | A | 44 | 14 | 33 | 3A | 35 |
| Octal | 314 | 270 | 101 | 0 | 12 | 104 | 24 | 63 | 72 | 65 |
| Binary | 11001100 | 10111000 | 1000001 | 0 | 1010 | 1000100 | 10100 | 110011 | 111010 | 110101 |
Color Harmonies of #CCB841
Complementary color
Monochromatic Colors of #CCB841
Black with #CCB841
Text Example
Text Example
White with #CCB841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB841; }
p { color: rgb(204,184,65); }
H1.HeaderClassName
{
color: #CCB841;
}
.AnyTagClassName
{
color: #CCB841;
}
</style>
background-color css
<style>
a { background-color: #CCB841; }
a { background-color: rgb(204,184,65); }
div.DivClassName
{
background-color: #CCB841;
}
.BgClassName
{
background-color: #CCB841;
}
</style>
border-color css
<style>
span { border-color: #CCB841; }
span { border-color: rgb(204,184,65); }
td.TdClassName
{
border-color: #CCB841;
}
.TagClassName
{
border-color: #CCB841;
}
</style>