Shades of Old Gold #CCB63F
Tints of Old Gold #CCB63F
RGB
CMYK
RGB Variations
Color information
#CCB63F (or 0xCCB63F) is known color: Old Gold. HEX triplet: CC, B6 and 3F. RGB value is (204,182,63). Sum of RGB (Red+Green+Blue) = 204+182+63=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 182 (71.48% from 255 or 40.53% from 449); Blue value is 63 (25% from 255 or 14.03% from 449); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB63F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB63F is #3349C0. Grayscale: #AFAFAF. Windows color (decimal): -3361217 or 4175564. OLE color: 4175564.
HSL color Cylindrical-coordinate representation of color #CCB63F: hue angle of 50.64º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CCB63F is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 182 | 63 | - |
| CMYK | 0 | 0.11 | 0.69 | 0.2 |
| HSL | 50.64º | 0.58% | 0.52% | - |
| HSV(B) | 50.64º | 0.69% | 0.8% | - |
| XYZ | 42.53 | 46.65 | 11.47 | - |
| YUV | 175.01 | 64.79 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 182 | 63 | 0 | 0.11 | 0.69 | 0.2 | 50.64 | 0.58 | 0.52 |
| Hex | CC | B6 | 3F | 0 | B | 45 | 14 | 33 | 3A | 34 |
| Octal | 314 | 266 | 77 | 0 | 13 | 105 | 24 | 63 | 72 | 64 |
| Binary | 11001100 | 10110110 | 111111 | 0 | 1011 | 1000101 | 10100 | 110011 | 111010 | 110100 |
Color Harmonies of #CCB63F
Complementary color
Monochromatic Colors of #CCB63F
Black with #CCB63F
Text Example
Text Example
White with #CCB63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB63F; }
p { color: rgb(204,182,63); }
H1.HeaderClassName
{
color: #CCB63F;
}
.AnyTagClassName
{
color: #CCB63F;
}
</style>
background-color css
<style>
a { background-color: #CCB63F; }
a { background-color: rgb(204,182,63); }
div.DivClassName
{
background-color: #CCB63F;
}
.BgClassName
{
background-color: #CCB63F;
}
</style>
border-color css
<style>
span { border-color: #CCB63F; }
span { border-color: rgb(204,182,63); }
td.TdClassName
{
border-color: #CCB63F;
}
.TagClassName
{
border-color: #CCB63F;
}
</style>