Shades of Old Gold #CCB139
Tints of Old Gold #CCB139
RGB
CMYK
RGB Variations
Color information
#CCB139 (or 0xCCB139) is known color: Old Gold. HEX triplet: CC, B1 and 39. RGB value is (204,177,57). Sum of RGB (Red+Green+Blue) = 204+177+57=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 177 (69.53% from 255 or 40.41% from 438); Blue value is 57 (22.66% from 255 or 13.01% from 438); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB139 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB139 is #334EC6. Grayscale: #ABABAB. Windows color (decimal): -3362503 or 3781068. OLE color: 3781068.
HSL color Cylindrical-coordinate representation of color #CCB139: hue angle of 48.98º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CCB139 is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 177 | 57 | - |
| CMYK | 0 | 0.13 | 0.72 | 0.2 |
| HSL | 48.98º | 0.59% | 0.51% | - |
| HSV(B) | 48.98º | 0.72% | 0.8% | - |
| XYZ | 41.36 | 44.58 | 10.3 | - |
| YUV | 171.39 | 63.45 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 177 | 57 | 0 | 0.13 | 0.72 | 0.2 | 48.98 | 0.59 | 0.51 |
| Hex | CC | B1 | 39 | 0 | D | 48 | 14 | 31 | 3B | 33 |
| Octal | 314 | 261 | 71 | 0 | 15 | 110 | 24 | 61 | 73 | 63 |
| Binary | 11001100 | 10110001 | 111001 | 0 | 1101 | 1001000 | 10100 | 110001 | 111011 | 110011 |
Color Harmonies of #CCB139
Complementary color
Monochromatic Colors of #CCB139
Black with #CCB139
Text Example
Text Example
White with #CCB139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB139; }
p { color: rgb(204,177,57); }
H1.HeaderClassName
{
color: #CCB139;
}
.AnyTagClassName
{
color: #CCB139;
}
</style>
background-color css
<style>
a { background-color: #CCB139; }
a { background-color: rgb(204,177,57); }
div.DivClassName
{
background-color: #CCB139;
}
.BgClassName
{
background-color: #CCB139;
}
</style>
border-color css
<style>
span { border-color: #CCB139; }
span { border-color: rgb(204,177,57); }
td.TdClassName
{
border-color: #CCB139;
}
.TagClassName
{
border-color: #CCB139;
}
</style>