Shades of Metallic Gold #CDB328
Tints of Metallic Gold #CDB328
RGB
CMYK
RGB Variations
Color information
#CDB328 (or 0xCDB328) is known color: Metallic Gold. HEX triplet: CD, B3 and 28. RGB value is (205,179,40). Sum of RGB (Red+Green+Blue) = 205+179+40=424 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.35% from 424); Green value is 179 (70.31% from 255 or 42.22% from 424); Blue value is 40 (16.02% from 255 or 9.43% from 424); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB328 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB328 is #324CD7. Grayscale: #ABABAB. Windows color (decimal): -3296472 or 2667469. OLE color: 2667469.
HSL color Cylindrical-coordinate representation of color #CDB328: hue angle of 50.55º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CDB328 is Cyan = 0, Magento = 0.13, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 179 | 40 | - |
| CMYK | 0 | 0.13 | 0.80 | 0.20 |
| HSL | 50.55º | 0.67% | 0.48% | - |
| HSV(B) | 50.55º | 0.8% | 0.8% | - |
| XYZ | 41.68 | 45.37 | 8.57 | - |
| YUV | 170.93 | 54.11 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 179 | 40 | 0 | 0.13 | 0.80 | 0.20 | 50.55 | 0.67 | 0.48 |
| Hex | CD | B3 | 28 | 0 | D | 50 | 14 | 33 | 43 | 30 |
| Octal | 315 | 263 | 50 | 0 | 15 | 120 | 24 | 63 | 103 | 60 |
| Binary | 11001101 | 10110011 | 101000 | 0 | 1101 | 1010000 | 10100 | 110011 | 1000011 | 110000 |
Color Harmonies of #CDB328
Complementary color
Monochromatic Colors of #CDB328
Black with #CDB328
Text Example
Text Example
White with #CDB328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB328; }
p { color: rgb(205,179,40); }
H1.HeaderClassName
{
color: #CDB328;
}
.AnyTagClassName
{
color: #CDB328;
}
</style>
background-color css
<style>
a { background-color: #CDB328; }
a { background-color: rgb(205,179,40); }
div.DivClassName
{
background-color: #CDB328;
}
.BgClassName
{
background-color: #CDB328;
}
</style>
border-color css
<style>
span { border-color: #CDB328; }
span { border-color: rgb(205,179,40); }
td.TdClassName
{
border-color: #CDB328;
}
.TagClassName
{
border-color: #CDB328;
}
</style>