Shades of Metallic Gold #CCAB30
Tints of Metallic Gold #CCAB30
RGB
CMYK
RGB Variations
Color information
#CCAB30 (or 0xCCAB30) is known color: Metallic Gold. HEX triplet: CC, AB and 30. RGB value is (204,171,48). Sum of RGB (Red+Green+Blue) = 204+171+48=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 171 (67.19% from 255 or 40.43% from 423); Blue value is 48 (19.14% from 255 or 11.35% from 423); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAB30 is #3354CF. Grayscale: #A7A7A7. Windows color (decimal): -3364048 or 3189708. OLE color: 3189708.
HSL color Cylindrical-coordinate representation of color #CCAB30: hue angle of 47.31º 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 #CCAB30 is Cyan = 0, Magento = 0.16, Yellow = 0.76 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 171 | 48 | - |
| CMYK | 0 | 0.16 | 0.76 | 0.2 |
| HSL | 47.31º | 0.62% | 0.49% | - |
| HSV(B) | 47.31º | 0.76% | 0.8% | - |
| XYZ | 40 | 42.18 | 8.83 | - |
| YUV | 166.85 | 60.93 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 171 | 48 | 0 | 0.16 | 0.76 | 0.2 | 47.31 | 0.62 | 0.49 |
| Hex | CC | AB | 30 | 0 | 10 | 4C | 14 | 2F | 3E | 31 |
| Octal | 314 | 253 | 60 | 0 | 20 | 114 | 24 | 57 | 76 | 61 |
| Binary | 11001100 | 10101011 | 110000 | 0 | 10000 | 1001100 | 10100 | 101111 | 111110 | 110001 |
Color Harmonies of #CCAB30
Complementary color
Monochromatic Colors of #CCAB30
Black with #CCAB30
Text Example
Text Example
White with #CCAB30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAB30; }
p { color: rgb(204,171,48); }
H1.HeaderClassName
{
color: #CCAB30;
}
.AnyTagClassName
{
color: #CCAB30;
}
</style>
background-color css
<style>
a { background-color: #CCAB30; }
a { background-color: rgb(204,171,48); }
div.DivClassName
{
background-color: #CCAB30;
}
.BgClassName
{
background-color: #CCAB30;
}
</style>
border-color css
<style>
span { border-color: #CCAB30; }
span { border-color: rgb(204,171,48); }
td.TdClassName
{
border-color: #CCAB30;
}
.TagClassName
{
border-color: #CCAB30;
}
</style>