Shades of Metallic Gold #CDA33D
Tints of Metallic Gold #CDA33D
RGB
CMYK
RGB Variations
Color information
#CDA33D (or 0xCDA33D) is known color: Metallic Gold. HEX triplet: CD, A3 and 3D. RGB value is (205,163,61). Sum of RGB (Red+Green+Blue) = 205+163+61=429 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.79% from 429); Green value is 163 (64.06% from 255 or 38.00% from 429); Blue value is 61 (24.22% from 255 or 14.22% from 429); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA33D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA33D is #325CC2. Grayscale: #A4A4A4. Windows color (decimal): -3300547 or 4039629. OLE color: 4039629.
HSL color Cylindrical-coordinate representation of color #CDA33D: hue angle of 42.5º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CDA33D is Cyan = 0, Magento = 0.20, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 163 | 61 | - |
| CMYK | 0 | 0.20 | 0.70 | 0.20 |
| HSL | 42.5º | 0.59% | 0.52% | - |
| HSV(B) | 42.5º | 0.7% | 0.8% | - |
| XYZ | 39.12 | 39.51 | 9.98 | - |
| YUV | 163.93 | 69.91 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 163 | 61 | 0 | 0.20 | 0.70 | 0.20 | 42.5 | 0.59 | 0.52 |
| Hex | CD | A3 | 3D | 0 | 14 | 46 | 14 | 2A | 3B | 34 |
| Octal | 315 | 243 | 75 | 0 | 24 | 106 | 24 | 52 | 73 | 64 |
| Binary | 11001101 | 10100011 | 111101 | 0 | 10100 | 1000110 | 10100 | 101010 | 111011 | 110100 |
Color Harmonies of #CDA33D
Complementary color
Monochromatic Colors of #CDA33D
Black with #CDA33D
Text Example
Text Example
White with #CDA33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA33D; }
p { color: rgb(205,163,61); }
H1.HeaderClassName
{
color: #CDA33D;
}
.AnyTagClassName
{
color: #CDA33D;
}
</style>
background-color css
<style>
a { background-color: #CDA33D; }
a { background-color: rgb(205,163,61); }
div.DivClassName
{
background-color: #CDA33D;
}
.BgClassName
{
background-color: #CDA33D;
}
</style>
border-color css
<style>
span { border-color: #CDA33D; }
span { border-color: rgb(205,163,61); }
td.TdClassName
{
border-color: #CDA33D;
}
.TagClassName
{
border-color: #CDA33D;
}
</style>