Shades of Old Gold #CCB33D
Tints of Old Gold #CCB33D
RGB
CMYK
RGB Variations
Color information
#CCB33D (or 0xCCB33D) is known color: Old Gold. HEX triplet: CC, B3 and 3D. RGB value is (204,179,61). Sum of RGB (Red+Green+Blue) = 204+179+61=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 179 (70.31% from 255 or 40.32% from 444); Blue value is 61 (24.22% from 255 or 13.74% from 444); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB33D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB33D is #334CC2. Grayscale: #ADADAD. Windows color (decimal): -3361987 or 4043724. OLE color: 4043724.
HSL color Cylindrical-coordinate representation of color #CCB33D: hue angle of 49.51º 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 #CCB33D is Cyan = 0, Magento = 0.12, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 179 | 61 | - |
| CMYK | 0 | 0.12 | 0.70 | 0.2 |
| HSL | 49.51º | 0.58% | 0.52% | - |
| HSV(B) | 49.51º | 0.7% | 0.8% | - |
| XYZ | 41.86 | 45.41 | 10.97 | - |
| YUV | 173.02 | 64.78 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 179 | 61 | 0 | 0.12 | 0.70 | 0.2 | 49.51 | 0.58 | 0.52 |
| Hex | CC | B3 | 3D | 0 | C | 46 | 14 | 32 | 3A | 34 |
| Octal | 314 | 263 | 75 | 0 | 14 | 106 | 24 | 62 | 72 | 64 |
| Binary | 11001100 | 10110011 | 111101 | 0 | 1100 | 1000110 | 10100 | 110010 | 111010 | 110100 |
Color Harmonies of #CCB33D
Complementary color
Monochromatic Colors of #CCB33D
Black with #CCB33D
Text Example
Text Example
White with #CCB33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB33D; }
p { color: rgb(204,179,61); }
H1.HeaderClassName
{
color: #CCB33D;
}
.AnyTagClassName
{
color: #CCB33D;
}
</style>
background-color css
<style>
a { background-color: #CCB33D; }
a { background-color: rgb(204,179,61); }
div.DivClassName
{
background-color: #CCB33D;
}
.BgClassName
{
background-color: #CCB33D;
}
</style>
border-color css
<style>
span { border-color: #CCB33D; }
span { border-color: rgb(204,179,61); }
td.TdClassName
{
border-color: #CCB33D;
}
.TagClassName
{
border-color: #CCB33D;
}
</style>