Shades of Metallic Gold #CCAD2D
Tints of Metallic Gold #CCAD2D
RGB
CMYK
RGB Variations
Color information
#CCAD2D (or 0xCCAD2D) is known color: Metallic Gold. HEX triplet: CC, AD and 2D. RGB value is (204,173,45). Sum of RGB (Red+Green+Blue) = 204+173+45=422 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.34% from 422); Green value is 173 (67.97% from 255 or 41.00% from 422); Blue value is 45 (17.97% from 255 or 10.66% from 422); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAD2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAD2D is #3352D2. Grayscale: #A8A8A8. Windows color (decimal): -3363539 or 2993612. OLE color: 2993612.
HSL color Cylindrical-coordinate representation of color #CCAD2D: hue angle of 48.3º 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 #CCAD2D is Cyan = 0, Magento = 0.15, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 173 | 45 | - |
| CMYK | 0 | 0.15 | 0.78 | 0.2 |
| HSL | 48.3º | 0.64% | 0.49% | - |
| HSV(B) | 48.3º | 0.78% | 0.8% | - |
| XYZ | 40.32 | 42.91 | 8.64 | - |
| YUV | 167.68 | 58.77 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 173 | 45 | 0 | 0.15 | 0.78 | 0.2 | 48.3 | 0.64 | 0.49 |
| Hex | CC | AD | 2D | 0 | F | 4E | 14 | 30 | 40 | 31 |
| Octal | 314 | 255 | 55 | 0 | 17 | 116 | 24 | 60 | 100 | 61 |
| Binary | 11001100 | 10101101 | 101101 | 0 | 1111 | 1001110 | 10100 | 110000 | 1000000 | 110001 |
Color Harmonies of #CCAD2D
Complementary color
Monochromatic Colors of #CCAD2D
Black with #CCAD2D
Text Example
Text Example
White with #CCAD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAD2D; }
p { color: rgb(204,173,45); }
H1.HeaderClassName
{
color: #CCAD2D;
}
.AnyTagClassName
{
color: #CCAD2D;
}
</style>
background-color css
<style>
a { background-color: #CCAD2D; }
a { background-color: rgb(204,173,45); }
div.DivClassName
{
background-color: #CCAD2D;
}
.BgClassName
{
background-color: #CCAD2D;
}
</style>
border-color css
<style>
span { border-color: #CCAD2D; }
span { border-color: rgb(204,173,45); }
td.TdClassName
{
border-color: #CCAD2D;
}
.TagClassName
{
border-color: #CCAD2D;
}
</style>