Shades of Metallic Gold #CDA23D
Tints of Metallic Gold #CDA23D
RGB
CMYK
RGB Variations
Color information
#CDA23D (or 0xCDA23D) is known color: Metallic Gold. HEX triplet: CD, A2 and 3D. RGB value is (205,162,61). Sum of RGB (Red+Green+Blue) = 205+162+61=428 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.90% from 428); Green value is 162 (63.67% from 255 or 37.85% from 428); Blue value is 61 (24.22% from 255 or 14.25% from 428); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA23D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA23D is #325DC2. Grayscale: #A3A3A3. Windows color (decimal): -3300803 or 4039373. OLE color: 4039373.
HSL color Cylindrical-coordinate representation of color #CDA23D: hue angle of 42.08º 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 #CDA23D is Cyan = 0, Magento = 0.21, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 162 | 61 | - |
| CMYK | 0 | 0.21 | 0.70 | 0.20 |
| HSL | 42.08º | 0.59% | 0.52% | - |
| HSV(B) | 42.08º | 0.7% | 0.8% | - |
| XYZ | 38.94 | 39.16 | 9.92 | - |
| YUV | 163.34 | 70.25 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 162 | 61 | 0 | 0.21 | 0.70 | 0.20 | 42.08 | 0.59 | 0.52 |
| Hex | CD | A2 | 3D | 0 | 15 | 46 | 14 | 2A | 3B | 34 |
| Octal | 315 | 242 | 75 | 0 | 25 | 106 | 24 | 52 | 73 | 64 |
| Binary | 11001101 | 10100010 | 111101 | 0 | 10101 | 1000110 | 10100 | 101010 | 111011 | 110100 |
Color Harmonies of #CDA23D
Complementary color
Monochromatic Colors of #CDA23D
Black with #CDA23D
Text Example
Text Example
White with #CDA23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA23D; }
p { color: rgb(205,162,61); }
H1.HeaderClassName
{
color: #CDA23D;
}
.AnyTagClassName
{
color: #CDA23D;
}
</style>
background-color css
<style>
a { background-color: #CDA23D; }
a { background-color: rgb(205,162,61); }
div.DivClassName
{
background-color: #CDA23D;
}
.BgClassName
{
background-color: #CDA23D;
}
</style>
border-color css
<style>
span { border-color: #CDA23D; }
span { border-color: rgb(205,162,61); }
td.TdClassName
{
border-color: #CDA23D;
}
.TagClassName
{
border-color: #CDA23D;
}
</style>