Shades of Old Gold #CCB137
Tints of Old Gold #CCB137
RGB
CMYK
RGB Variations
Color information
#CCB137 (or 0xCCB137) is known color: Old Gold. HEX triplet: CC, B1 and 37. RGB value is (204,177,55). Sum of RGB (Red+Green+Blue) = 204+177+55=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 177 (69.53% from 255 or 40.60% from 436); Blue value is 55 (21.88% from 255 or 12.61% from 436); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB137 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB137 is #334EC8. Grayscale: #ABABAB. Windows color (decimal): -3362505 or 3649996. OLE color: 3649996.
HSL color Cylindrical-coordinate representation of color #CCB137: hue angle of 49.13º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CCB137 is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 177 | 55 | - |
| CMYK | 0 | 0.13 | 0.73 | 0.2 |
| HSL | 49.13º | 0.59% | 0.51% | - |
| HSV(B) | 49.13º | 0.73% | 0.8% | - |
| XYZ | 41.31 | 44.56 | 10.04 | - |
| YUV | 171.17 | 62.45 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 177 | 55 | 0 | 0.13 | 0.73 | 0.2 | 49.13 | 0.59 | 0.51 |
| Hex | CC | B1 | 37 | 0 | D | 49 | 14 | 31 | 3B | 33 |
| Octal | 314 | 261 | 67 | 0 | 15 | 111 | 24 | 61 | 73 | 63 |
| Binary | 11001100 | 10110001 | 110111 | 0 | 1101 | 1001001 | 10100 | 110001 | 111011 | 110011 |
Color Harmonies of #CCB137
Complementary color
Monochromatic Colors of #CCB137
Black with #CCB137
Text Example
Text Example
White with #CCB137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB137; }
p { color: rgb(204,177,55); }
H1.HeaderClassName
{
color: #CCB137;
}
.AnyTagClassName
{
color: #CCB137;
}
</style>
background-color css
<style>
a { background-color: #CCB137; }
a { background-color: rgb(204,177,55); }
div.DivClassName
{
background-color: #CCB137;
}
.BgClassName
{
background-color: #CCB137;
}
</style>
border-color css
<style>
span { border-color: #CCB137; }
span { border-color: rgb(204,177,55); }
td.TdClassName
{
border-color: #CCB137;
}
.TagClassName
{
border-color: #CCB137;
}
</style>