Shades of Metallic Gold #CCB22D
Tints of Metallic Gold #CCB22D
RGB
CMYK
RGB Variations
Color information
#CCB22D (or 0xCCB22D) is known color: Metallic Gold. HEX triplet: CC, B2 and 2D. RGB value is (204,178,45). Sum of RGB (Red+Green+Blue) = 204+178+45=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 178 (69.92% from 255 or 41.69% from 427); Blue value is 45 (17.97% from 255 or 10.54% from 427); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB22D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB22D is #334DD2. Grayscale: #ABABAB. Windows color (decimal): -3362259 or 2994892. OLE color: 2994892.
HSL color Cylindrical-coordinate representation of color #CCB22D: hue angle of 50.19º 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 #CCB22D is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 178 | 45 | - |
| CMYK | 0 | 0.13 | 0.78 | 0.2 |
| HSL | 50.19º | 0.64% | 0.49% | - |
| HSV(B) | 50.19º | 0.78% | 0.8% | - |
| XYZ | 41.3 | 44.87 | 8.97 | - |
| YUV | 170.61 | 57.11 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 178 | 45 | 0 | 0.13 | 0.78 | 0.2 | 50.19 | 0.64 | 0.49 |
| Hex | CC | B2 | 2D | 0 | D | 4E | 14 | 32 | 40 | 31 |
| Octal | 314 | 262 | 55 | 0 | 15 | 116 | 24 | 62 | 100 | 61 |
| Binary | 11001100 | 10110010 | 101101 | 0 | 1101 | 1001110 | 10100 | 110010 | 1000000 | 110001 |
Color Harmonies of #CCB22D
Complementary color
Monochromatic Colors of #CCB22D
Black with #CCB22D
Text Example
Text Example
White with #CCB22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB22D; }
p { color: rgb(204,178,45); }
H1.HeaderClassName
{
color: #CCB22D;
}
.AnyTagClassName
{
color: #CCB22D;
}
</style>
background-color css
<style>
a { background-color: #CCB22D; }
a { background-color: rgb(204,178,45); }
div.DivClassName
{
background-color: #CCB22D;
}
.BgClassName
{
background-color: #CCB22D;
}
</style>
border-color css
<style>
span { border-color: #CCB22D; }
span { border-color: rgb(204,178,45); }
td.TdClassName
{
border-color: #CCB22D;
}
.TagClassName
{
border-color: #CCB22D;
}
</style>