Shades of Metallic Gold #CDA23F
Tints of Metallic Gold #CDA23F
RGB
CMYK
RGB Variations
Color information
#CDA23F (or 0xCDA23F) is known color: Metallic Gold. HEX triplet: CD, A2 and 3F. RGB value is (205,162,63). Sum of RGB (Red+Green+Blue) = 205+162+63=430 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.67% from 430); Green value is 162 (63.67% from 255 or 37.67% from 430); Blue value is 63 (25% from 255 or 14.65% from 430); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA23F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA23F is #325DC0. Grayscale: #A4A4A4. Windows color (decimal): -3300801 or 4170445. OLE color: 4170445.
HSL color Cylindrical-coordinate representation of color #CDA23F: hue angle of 41.83º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CDA23F is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 162 | 63 | - |
| CMYK | 0 | 0.21 | 0.69 | 0.20 |
| HSL | 41.83º | 0.59% | 0.53% | - |
| HSV(B) | 41.83º | 0.69% | 0.8% | - |
| XYZ | 38.99 | 39.18 | 10.21 | - |
| YUV | 163.57 | 71.25 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 162 | 63 | 0 | 0.21 | 0.69 | 0.20 | 41.83 | 0.59 | 0.53 |
| Hex | CD | A2 | 3F | 0 | 15 | 45 | 14 | 2A | 3B | 35 |
| Octal | 315 | 242 | 77 | 0 | 25 | 105 | 24 | 52 | 73 | 65 |
| Binary | 11001101 | 10100010 | 111111 | 0 | 10101 | 1000101 | 10100 | 101010 | 111011 | 110101 |
Color Harmonies of #CDA23F
Complementary color
Monochromatic Colors of #CDA23F
Black with #CDA23F
Text Example
Text Example
White with #CDA23F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA23F; }
p { color: rgb(205,162,63); }
H1.HeaderClassName
{
color: #CDA23F;
}
.AnyTagClassName
{
color: #CDA23F;
}
</style>
background-color css
<style>
a { background-color: #CDA23F; }
a { background-color: rgb(205,162,63); }
div.DivClassName
{
background-color: #CDA23F;
}
.BgClassName
{
background-color: #CDA23F;
}
</style>
border-color css
<style>
span { border-color: #CDA23F; }
span { border-color: rgb(205,162,63); }
td.TdClassName
{
border-color: #CDA23F;
}
.TagClassName
{
border-color: #CDA23F;
}
</style>