Shades of Old Gold #CCB13E
Tints of Old Gold #CCB13E
RGB
CMYK
RGB Variations
Color information
#CCB13E (or 0xCCB13E) is known color: Old Gold. HEX triplet: CC, B1 and 3E. RGB value is (204,177,62). Sum of RGB (Red+Green+Blue) = 204+177+62=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 177 (69.53% from 255 or 39.95% from 443); Blue value is 62 (24.61% from 255 or 14.00% from 443); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB13E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB13E is #334EC1. Grayscale: #ACACAC. Windows color (decimal): -3362498 or 4108748. OLE color: 4108748.
HSL color Cylindrical-coordinate representation of color #CCB13E: hue angle of 48.59º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CCB13E is Cyan = 0, Magento = 0.13, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 177 | 62 | - |
| CMYK | 0 | 0.13 | 0.70 | 0.2 |
| HSL | 48.59º | 0.58% | 0.52% | - |
| HSV(B) | 48.59º | 0.7% | 0.8% | - |
| XYZ | 41.49 | 44.63 | 10.98 | - |
| YUV | 171.96 | 65.95 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 177 | 62 | 0 | 0.13 | 0.70 | 0.2 | 48.59 | 0.58 | 0.52 |
| Hex | CC | B1 | 3E | 0 | D | 46 | 14 | 31 | 3A | 34 |
| Octal | 314 | 261 | 76 | 0 | 15 | 106 | 24 | 61 | 72 | 64 |
| Binary | 11001100 | 10110001 | 111110 | 0 | 1101 | 1000110 | 10100 | 110001 | 111010 | 110100 |
Color Harmonies of #CCB13E
Complementary color
Monochromatic Colors of #CCB13E
Black with #CCB13E
Text Example
Text Example
White with #CCB13E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB13E; }
p { color: rgb(204,177,62); }
H1.HeaderClassName
{
color: #CCB13E;
}
.AnyTagClassName
{
color: #CCB13E;
}
</style>
background-color css
<style>
a { background-color: #CCB13E; }
a { background-color: rgb(204,177,62); }
div.DivClassName
{
background-color: #CCB13E;
}
.BgClassName
{
background-color: #CCB13E;
}
</style>
border-color css
<style>
span { border-color: #CCB13E; }
span { border-color: rgb(204,177,62); }
td.TdClassName
{
border-color: #CCB13E;
}
.TagClassName
{
border-color: #CCB13E;
}
</style>