Shades of Metallic Gold #CCB32B
Tints of Metallic Gold #CCB32B
RGB
CMYK
RGB Variations
Color information
#CCB32B (or 0xCCB32B) is known color: Metallic Gold. HEX triplet: CC, B3 and 2B. RGB value is (204,179,43). Sum of RGB (Red+Green+Blue) = 204+179+43=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 179 (70.31% from 255 or 42.02% from 426); Blue value is 43 (17.19% from 255 or 10.09% from 426); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB32B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB32B is #334CD4. Grayscale: #ABABAB. Windows color (decimal): -3362005 or 2864076. OLE color: 2864076.
HSL color Cylindrical-coordinate representation of color #CCB32B: hue angle of 50.68º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CCB32B is Cyan = 0, Magento = 0.12, Yellow = 0.79 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 179 | 43 | - |
| CMYK | 0 | 0.12 | 0.79 | 0.2 |
| HSL | 50.68º | 0.65% | 0.48% | - |
| HSV(B) | 50.68º | 0.79% | 0.8% | - |
| XYZ | 41.46 | 45.25 | 8.83 | - |
| YUV | 170.97 | 55.78 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 179 | 43 | 0 | 0.12 | 0.79 | 0.2 | 50.68 | 0.65 | 0.48 |
| Hex | CC | B3 | 2B | 0 | C | 4F | 14 | 33 | 41 | 30 |
| Octal | 314 | 263 | 53 | 0 | 14 | 117 | 24 | 63 | 101 | 60 |
| Binary | 11001100 | 10110011 | 101011 | 0 | 1100 | 1001111 | 10100 | 110011 | 1000001 | 110000 |
Color Harmonies of #CCB32B
Complementary color
Monochromatic Colors of #CCB32B
Black with #CCB32B
Text Example
Text Example
White with #CCB32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB32B; }
p { color: rgb(204,179,43); }
H1.HeaderClassName
{
color: #CCB32B;
}
.AnyTagClassName
{
color: #CCB32B;
}
</style>
background-color css
<style>
a { background-color: #CCB32B; }
a { background-color: rgb(204,179,43); }
div.DivClassName
{
background-color: #CCB32B;
}
.BgClassName
{
background-color: #CCB32B;
}
</style>
border-color css
<style>
span { border-color: #CCB32B; }
span { border-color: rgb(204,179,43); }
td.TdClassName
{
border-color: #CCB32B;
}
.TagClassName
{
border-color: #CCB32B;
}
</style>