Shades of Metallic Gold #CDA633
Tints of Metallic Gold #CDA633
RGB
CMYK
RGB Variations
Color information
#CDA633 (or 0xCDA633) is known color: Metallic Gold. HEX triplet: CD, A6 and 33. RGB value is (205,166,51). Sum of RGB (Red+Green+Blue) = 205+166+51=422 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.58% from 422); Green value is 166 (65.23% from 255 or 39.34% from 422); Blue value is 51 (20.31% from 255 or 12.09% from 422); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA633 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA633 is #3259CC. Grayscale: #A5A5A5. Windows color (decimal): -3299789 or 3385037. OLE color: 3385037.
HSL color Cylindrical-coordinate representation of color #CDA633: hue angle of 44.81º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CDA633 is Cyan = 0, Magento = 0.19, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 166 | 51 | - |
| CMYK | 0 | 0.19 | 0.75 | 0.20 |
| HSL | 44.81º | 0.61% | 0.5% | - |
| HSV(B) | 44.81º | 0.75% | 0.8% | - |
| XYZ | 39.41 | 40.49 | 8.87 | - |
| YUV | 164.55 | 63.92 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 166 | 51 | 0 | 0.19 | 0.75 | 0.20 | 44.81 | 0.61 | 0.5 |
| Hex | CD | A6 | 33 | 0 | 13 | 4B | 14 | 2D | 3D | 32 |
| Octal | 315 | 246 | 63 | 0 | 23 | 113 | 24 | 55 | 75 | 62 |
| Binary | 11001101 | 10100110 | 110011 | 0 | 10011 | 1001011 | 10100 | 101101 | 111101 | 110010 |
Color Harmonies of #CDA633
Complementary color
Monochromatic Colors of #CDA633
Black with #CDA633
Text Example
Text Example
White with #CDA633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA633; }
p { color: rgb(205,166,51); }
H1.HeaderClassName
{
color: #CDA633;
}
.AnyTagClassName
{
color: #CDA633;
}
</style>
background-color css
<style>
a { background-color: #CDA633; }
a { background-color: rgb(205,166,51); }
div.DivClassName
{
background-color: #CDA633;
}
.BgClassName
{
background-color: #CDA633;
}
</style>
border-color css
<style>
span { border-color: #CDA633; }
span { border-color: rgb(205,166,51); }
td.TdClassName
{
border-color: #CDA633;
}
.TagClassName
{
border-color: #CDA633;
}
</style>