Shades of Old Gold #CCB63C
Tints of Old Gold #CCB63C
RGB
CMYK
RGB Variations
Color information
#CCB63C (or 0xCCB63C) is known color: Old Gold. HEX triplet: CC, B6 and 3C. RGB value is (204,182,60). Sum of RGB (Red+Green+Blue) = 204+182+60=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 182 (71.48% from 255 or 40.81% from 446); Blue value is 60 (23.83% from 255 or 13.45% from 446); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB63C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB63C is #3349C3. Grayscale: #AFAFAF. Windows color (decimal): -3361220 or 3978956. OLE color: 3978956.
HSL color Cylindrical-coordinate representation of color #CCB63C: hue angle of 50.83º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CCB63C is Cyan = 0, Magento = 0.11, Yellow = 0.71 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 182 | 60 | - |
| CMYK | 0 | 0.11 | 0.71 | 0.2 |
| HSL | 50.83º | 0.59% | 0.52% | - |
| HSV(B) | 50.83º | 0.71% | 0.8% | - |
| XYZ | 42.45 | 46.62 | 11.04 | - |
| YUV | 174.67 | 63.29 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 182 | 60 | 0 | 0.11 | 0.71 | 0.2 | 50.83 | 0.59 | 0.52 |
| Hex | CC | B6 | 3C | 0 | B | 47 | 14 | 33 | 3B | 34 |
| Octal | 314 | 266 | 74 | 0 | 13 | 107 | 24 | 63 | 73 | 64 |
| Binary | 11001100 | 10110110 | 111100 | 0 | 1011 | 1000111 | 10100 | 110011 | 111011 | 110100 |
Color Harmonies of #CCB63C
Complementary color
Monochromatic Colors of #CCB63C
Black with #CCB63C
Text Example
Text Example
White with #CCB63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB63C; }
p { color: rgb(204,182,60); }
H1.HeaderClassName
{
color: #CCB63C;
}
.AnyTagClassName
{
color: #CCB63C;
}
</style>
background-color css
<style>
a { background-color: #CCB63C; }
a { background-color: rgb(204,182,60); }
div.DivClassName
{
background-color: #CCB63C;
}
.BgClassName
{
background-color: #CCB63C;
}
</style>
border-color css
<style>
span { border-color: #CCB63C; }
span { border-color: rgb(204,182,60); }
td.TdClassName
{
border-color: #CCB63C;
}
.TagClassName
{
border-color: #CCB63C;
}
</style>