Shades of Metallic Gold #CCB327
Tints of Metallic Gold #CCB327
RGB
CMYK
RGB Variations
Color information
#CCB327 (or 0xCCB327) is known color: Metallic Gold. HEX triplet: CC, B3 and 27. RGB value is (204,179,39). Sum of RGB (Red+Green+Blue) = 204+179+39=422 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.34% from 422); Green value is 179 (70.31% from 255 or 42.42% from 422); Blue value is 39 (15.62% from 255 or 9.24% from 422); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB327 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB327 is #334CD8. Grayscale: #ABABAB. Windows color (decimal): -3362009 or 2601932. OLE color: 2601932.
HSL color Cylindrical-coordinate representation of color #CCB327: hue angle of 50.91º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CCB327 is Cyan = 0, Magento = 0.12, Yellow = 0.81 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 179 | 39 | - |
| CMYK | 0 | 0.12 | 0.81 | 0.2 |
| HSL | 50.91º | 0.68% | 0.48% | - |
| HSV(B) | 50.91º | 0.81% | 0.8% | - |
| XYZ | 41.39 | 45.22 | 8.47 | - |
| YUV | 170.52 | 53.78 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 179 | 39 | 0 | 0.12 | 0.81 | 0.2 | 50.91 | 0.68 | 0.48 |
| Hex | CC | B3 | 27 | 0 | C | 51 | 14 | 33 | 44 | 30 |
| Octal | 314 | 263 | 47 | 0 | 14 | 121 | 24 | 63 | 104 | 60 |
| Binary | 11001100 | 10110011 | 100111 | 0 | 1100 | 1010001 | 10100 | 110011 | 1000100 | 110000 |
Color Harmonies of #CCB327
Complementary color
Monochromatic Colors of #CCB327
Black with #CCB327
Text Example
Text Example
White with #CCB327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB327; }
p { color: rgb(204,179,39); }
H1.HeaderClassName
{
color: #CCB327;
}
.AnyTagClassName
{
color: #CCB327;
}
</style>
background-color css
<style>
a { background-color: #CCB327; }
a { background-color: rgb(204,179,39); }
div.DivClassName
{
background-color: #CCB327;
}
.BgClassName
{
background-color: #CCB327;
}
</style>
border-color css
<style>
span { border-color: #CCB327; }
span { border-color: rgb(204,179,39); }
td.TdClassName
{
border-color: #CCB327;
}
.TagClassName
{
border-color: #CCB327;
}
</style>