Shades of Old Gold #CCB03D
Tints of Old Gold #CCB03D
RGB
CMYK
RGB Variations
Color information
#CCB03D (or 0xCCB03D) is known color: Old Gold. HEX triplet: CC, B0 and 3D. RGB value is (204,176,61). Sum of RGB (Red+Green+Blue) = 204+176+61=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 176 (69.14% from 255 or 39.91% from 441); Blue value is 61 (24.22% from 255 or 13.83% from 441); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB03D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB03D is #334FC2. Grayscale: #ABABAB. Windows color (decimal): -3362755 or 4042956. OLE color: 4042956.
HSL color Cylindrical-coordinate representation of color #CCB03D: hue angle of 48.25º 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 #CCB03D is Cyan = 0, Magento = 0.14, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 176 | 61 | - |
| CMYK | 0 | 0.14 | 0.70 | 0.2 |
| HSL | 48.25º | 0.58% | 0.52% | - |
| HSV(B) | 48.25º | 0.7% | 0.8% | - |
| XYZ | 41.27 | 44.22 | 10.78 | - |
| YUV | 171.26 | 65.78 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 176 | 61 | 0 | 0.14 | 0.70 | 0.2 | 48.25 | 0.58 | 0.52 |
| Hex | CC | B0 | 3D | 0 | E | 46 | 14 | 30 | 3A | 34 |
| Octal | 314 | 260 | 75 | 0 | 16 | 106 | 24 | 60 | 72 | 64 |
| Binary | 11001100 | 10110000 | 111101 | 0 | 1110 | 1000110 | 10100 | 110000 | 111010 | 110100 |
Color Harmonies of #CCB03D
Complementary color
Monochromatic Colors of #CCB03D
Black with #CCB03D
Text Example
Text Example
White with #CCB03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB03D; }
p { color: rgb(204,176,61); }
H1.HeaderClassName
{
color: #CCB03D;
}
.AnyTagClassName
{
color: #CCB03D;
}
</style>
background-color css
<style>
a { background-color: #CCB03D; }
a { background-color: rgb(204,176,61); }
div.DivClassName
{
background-color: #CCB03D;
}
.BgClassName
{
background-color: #CCB03D;
}
</style>
border-color css
<style>
span { border-color: #CCB03D; }
span { border-color: rgb(204,176,61); }
td.TdClassName
{
border-color: #CCB03D;
}
.TagClassName
{
border-color: #CCB03D;
}
</style>