Shades of Old Gold #CCB63B
Tints of Old Gold #CCB63B
RGB
CMYK
RGB Variations
Color information
#CCB63B (or 0xCCB63B) is known color: Old Gold. HEX triplet: CC, B6 and 3B. RGB value is (204,182,59). Sum of RGB (Red+Green+Blue) = 204+182+59=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 182 (71.48% from 255 or 40.90% from 445); Blue value is 59 (23.44% from 255 or 13.26% from 445); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB63B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB63B is #3349C4. Grayscale: #AFAFAF. Windows color (decimal): -3361221 or 3913420. OLE color: 3913420.
HSL color Cylindrical-coordinate representation of color #CCB63B: hue angle of 50.9º 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 #CCB63B is Cyan = 0, Magento = 0.11, Yellow = 0.71 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 182 | 59 | - |
| CMYK | 0 | 0.11 | 0.71 | 0.2 |
| HSL | 50.9º | 0.59% | 0.52% | - |
| HSV(B) | 50.9º | 0.71% | 0.8% | - |
| XYZ | 42.42 | 46.61 | 10.9 | - |
| YUV | 174.56 | 62.79 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 182 | 59 | 0 | 0.11 | 0.71 | 0.2 | 50.9 | 0.59 | 0.52 |
| Hex | CC | B6 | 3B | 0 | B | 47 | 14 | 33 | 3B | 34 |
| Octal | 314 | 266 | 73 | 0 | 13 | 107 | 24 | 63 | 73 | 64 |
| Binary | 11001100 | 10110110 | 111011 | 0 | 1011 | 1000111 | 10100 | 110011 | 111011 | 110100 |
Color Harmonies of #CCB63B
Complementary color
Monochromatic Colors of #CCB63B
Black with #CCB63B
Text Example
Text Example
White with #CCB63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB63B; }
p { color: rgb(204,182,59); }
H1.HeaderClassName
{
color: #CCB63B;
}
.AnyTagClassName
{
color: #CCB63B;
}
</style>
background-color css
<style>
a { background-color: #CCB63B; }
a { background-color: rgb(204,182,59); }
div.DivClassName
{
background-color: #CCB63B;
}
.BgClassName
{
background-color: #CCB63B;
}
</style>
border-color css
<style>
span { border-color: #CCB63B; }
span { border-color: rgb(204,182,59); }
td.TdClassName
{
border-color: #CCB63B;
}
.TagClassName
{
border-color: #CCB63B;
}
</style>