Shades of Metallic Gold #CDA23B
Tints of Metallic Gold #CDA23B
RGB
CMYK
RGB Variations
Color information
#CDA23B (or 0xCDA23B) is known color: Metallic Gold. HEX triplet: CD, A2 and 3B. RGB value is (205,162,59). Sum of RGB (Red+Green+Blue) = 205+162+59=426 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.12% from 426); Green value is 162 (63.67% from 255 or 38.03% from 426); Blue value is 59 (23.44% from 255 or 13.85% from 426); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA23B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA23B is #325DC4. Grayscale: #A3A3A3. Windows color (decimal): -3300805 or 3908301. OLE color: 3908301.
HSL color Cylindrical-coordinate representation of color #CDA23B: hue angle of 42.33º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CDA23B is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 162 | 59 | - |
| CMYK | 0 | 0.21 | 0.71 | 0.20 |
| HSL | 42.33º | 0.59% | 0.52% | - |
| HSV(B) | 42.33º | 0.71% | 0.8% | - |
| XYZ | 38.89 | 39.14 | 9.64 | - |
| YUV | 163.12 | 69.25 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 162 | 59 | 0 | 0.21 | 0.71 | 0.20 | 42.33 | 0.59 | 0.52 |
| Hex | CD | A2 | 3B | 0 | 15 | 47 | 14 | 2A | 3B | 34 |
| Octal | 315 | 242 | 73 | 0 | 25 | 107 | 24 | 52 | 73 | 64 |
| Binary | 11001101 | 10100010 | 111011 | 0 | 10101 | 1000111 | 10100 | 101010 | 111011 | 110100 |
Color Harmonies of #CDA23B
Complementary color
Monochromatic Colors of #CDA23B
Black with #CDA23B
Text Example
Text Example
White with #CDA23B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA23B; }
p { color: rgb(205,162,59); }
H1.HeaderClassName
{
color: #CDA23B;
}
.AnyTagClassName
{
color: #CDA23B;
}
</style>
background-color css
<style>
a { background-color: #CDA23B; }
a { background-color: rgb(205,162,59); }
div.DivClassName
{
background-color: #CDA23B;
}
.BgClassName
{
background-color: #CDA23B;
}
</style>
border-color css
<style>
span { border-color: #CDA23B; }
span { border-color: rgb(205,162,59); }
td.TdClassName
{
border-color: #CDA23B;
}
.TagClassName
{
border-color: #CDA23B;
}
</style>