Shades of Metallic Gold #CCB12D
Tints of Metallic Gold #CCB12D
RGB
CMYK
RGB Variations
Color information
#CCB12D (or 0xCCB12D) is known color: Metallic Gold. HEX triplet: CC, B1 and 2D. RGB value is (204,177,45). Sum of RGB (Red+Green+Blue) = 204+177+45=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 177 (69.53% from 255 or 41.55% from 426); Blue value is 45 (17.97% from 255 or 10.56% from 426); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB12D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB12D is #334ED2. Grayscale: #AAAAAA. Windows color (decimal): -3362515 or 2994636. OLE color: 2994636.
HSL color Cylindrical-coordinate representation of color #CCB12D: hue angle of 49.81º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CCB12D is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 177 | 45 | - |
| CMYK | 0 | 0.13 | 0.78 | 0.2 |
| HSL | 49.81º | 0.64% | 0.49% | - |
| HSV(B) | 49.81º | 0.78% | 0.8% | - |
| XYZ | 41.1 | 44.47 | 8.9 | - |
| YUV | 170.03 | 57.45 | 152.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 177 | 45 | 0 | 0.13 | 0.78 | 0.2 | 49.81 | 0.64 | 0.49 |
| Hex | CC | B1 | 2D | 0 | D | 4E | 14 | 32 | 40 | 31 |
| Octal | 314 | 261 | 55 | 0 | 15 | 116 | 24 | 62 | 100 | 61 |
| Binary | 11001100 | 10110001 | 101101 | 0 | 1101 | 1001110 | 10100 | 110010 | 1000000 | 110001 |
Color Harmonies of #CCB12D
Complementary color
Monochromatic Colors of #CCB12D
Black with #CCB12D
Text Example
Text Example
White with #CCB12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB12D; }
p { color: rgb(204,177,45); }
H1.HeaderClassName
{
color: #CCB12D;
}
.AnyTagClassName
{
color: #CCB12D;
}
</style>
background-color css
<style>
a { background-color: #CCB12D; }
a { background-color: rgb(204,177,45); }
div.DivClassName
{
background-color: #CCB12D;
}
.BgClassName
{
background-color: #CCB12D;
}
</style>
border-color css
<style>
span { border-color: #CCB12D; }
span { border-color: rgb(204,177,45); }
td.TdClassName
{
border-color: #CCB12D;
}
.TagClassName
{
border-color: #CCB12D;
}
</style>