Shades of Metallic Gold #CDAD2D
Tints of Metallic Gold #CDAD2D
RGB
CMYK
RGB Variations
Color information
#CDAD2D (or 0xCDAD2D) is known color: Metallic Gold. HEX triplet: CD, AD and 2D. RGB value is (205,173,45). Sum of RGB (Red+Green+Blue) = 205+173+45=423 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.46% from 423); Green value is 173 (67.97% from 255 or 40.90% from 423); Blue value is 45 (17.97% from 255 or 10.64% from 423); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAD2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDAD2D is #3252D2. Grayscale: #A8A8A8. Windows color (decimal): -3298003 or 2993613. OLE color: 2993613.
HSL color Cylindrical-coordinate representation of color #CDAD2D: hue angle of 48º 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 #CDAD2D is Cyan = 0, Magento = 0.16, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 173 | 45 | - |
| CMYK | 0 | 0.16 | 0.78 | 0.20 |
| HSL | 48º | 0.64% | 0.49% | - |
| HSV(B) | 48º | 0.78% | 0.8% | - |
| XYZ | 40.59 | 43.06 | 8.65 | - |
| YUV | 167.98 | 58.6 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 173 | 45 | 0 | 0.16 | 0.78 | 0.20 | 48 | 0.64 | 0.49 |
| Hex | CD | AD | 2D | 0 | 10 | 4E | 14 | 30 | 40 | 31 |
| Octal | 315 | 255 | 55 | 0 | 20 | 116 | 24 | 60 | 100 | 61 |
| Binary | 11001101 | 10101101 | 101101 | 0 | 10000 | 1001110 | 10100 | 110000 | 1000000 | 110001 |
Color Harmonies of #CDAD2D
Complementary color
Monochromatic Colors of #CDAD2D
Black with #CDAD2D
Text Example
Text Example
White with #CDAD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAD2D; }
p { color: rgb(205,173,45); }
H1.HeaderClassName
{
color: #CDAD2D;
}
.AnyTagClassName
{
color: #CDAD2D;
}
</style>
background-color css
<style>
a { background-color: #CDAD2D; }
a { background-color: rgb(205,173,45); }
div.DivClassName
{
background-color: #CDAD2D;
}
.BgClassName
{
background-color: #CDAD2D;
}
</style>
border-color css
<style>
span { border-color: #CDAD2D; }
span { border-color: rgb(205,173,45); }
td.TdClassName
{
border-color: #CDAD2D;
}
.TagClassName
{
border-color: #CDAD2D;
}
</style>