Shades of Metallic Gold #CCB130
Tints of Metallic Gold #CCB130
RGB
CMYK
RGB Variations
Color information
#CCB130 (or 0xCCB130) is known color: Metallic Gold. HEX triplet: CC, B1 and 30. RGB value is (204,177,48). Sum of RGB (Red+Green+Blue) = 204+177+48=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 177 (69.53% from 255 or 41.26% from 429); Blue value is 48 (19.14% from 255 or 11.19% from 429); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB130 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB130 is #334ECF. Grayscale: #AAAAAA. Windows color (decimal): -3362512 or 3191244. OLE color: 3191244.
HSL color Cylindrical-coordinate representation of color #CCB130: hue angle of 49.62º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CCB130 is Cyan = 0, Magento = 0.13, Yellow = 0.76 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 177 | 48 | - |
| CMYK | 0 | 0.13 | 0.76 | 0.2 |
| HSL | 49.62º | 0.62% | 0.49% | - |
| HSV(B) | 49.62º | 0.76% | 0.8% | - |
| XYZ | 41.16 | 44.5 | 9.22 | - |
| YUV | 170.37 | 58.95 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 177 | 48 | 0 | 0.13 | 0.76 | 0.2 | 49.62 | 0.62 | 0.49 |
| Hex | CC | B1 | 30 | 0 | D | 4C | 14 | 32 | 3E | 31 |
| Octal | 314 | 261 | 60 | 0 | 15 | 114 | 24 | 62 | 76 | 61 |
| Binary | 11001100 | 10110001 | 110000 | 0 | 1101 | 1001100 | 10100 | 110010 | 111110 | 110001 |
Color Harmonies of #CCB130
Complementary color
Monochromatic Colors of #CCB130
Black with #CCB130
Text Example
Text Example
White with #CCB130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB130; }
p { color: rgb(204,177,48); }
H1.HeaderClassName
{
color: #CCB130;
}
.AnyTagClassName
{
color: #CCB130;
}
</style>
background-color css
<style>
a { background-color: #CCB130; }
a { background-color: rgb(204,177,48); }
div.DivClassName
{
background-color: #CCB130;
}
.BgClassName
{
background-color: #CCB130;
}
</style>
border-color css
<style>
span { border-color: #CCB130; }
span { border-color: rgb(204,177,48); }
td.TdClassName
{
border-color: #CCB130;
}
.TagClassName
{
border-color: #CCB130;
}
</style>