Shades of Metallic Gold #CBA82D
Tints of Metallic Gold #CBA82D
RGB
CMYK
RGB Variations
Color information
#CBA82D (or 0xCBA82D) is known color: Metallic Gold. HEX triplet: CB, A8 and 2D. RGB value is (203,168,45). Sum of RGB (Red+Green+Blue) = 203+168+45=416 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.80% from 416); Green value is 168 (66.02% from 255 or 40.38% from 416); Blue value is 45 (17.97% from 255 or 10.82% from 416); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA82D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA82D is #3457D2. Grayscale: #A4A4A4. Windows color (decimal): -3430355 or 2992331. OLE color: 2992331.
HSL color Cylindrical-coordinate representation of color #CBA82D: hue angle of 46.71º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CBA82D is Cyan = 0, Magento = 0.17, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 168 | 45 | - |
| CMYK | 0 | 0.17 | 0.78 | 0.20 |
| HSL | 46.71º | 0.64% | 0.49% | - |
| HSV(B) | 46.71º | 0.78% | 0.8% | - |
| XYZ | 39.1 | 40.89 | 8.31 | - |
| YUV | 164.44 | 60.6 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 168 | 45 | 0 | 0.17 | 0.78 | 0.20 | 46.71 | 0.64 | 0.49 |
| Hex | CB | A8 | 2D | 0 | 11 | 4E | 14 | 2F | 40 | 31 |
| Octal | 313 | 250 | 55 | 0 | 21 | 116 | 24 | 57 | 100 | 61 |
| Binary | 11001011 | 10101000 | 101101 | 0 | 10001 | 1001110 | 10100 | 101111 | 1000000 | 110001 |
Color Harmonies of #CBA82D
Complementary color
Monochromatic Colors of #CBA82D
Black with #CBA82D
Text Example
Text Example
White with #CBA82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA82D; }
p { color: rgb(203,168,45); }
H1.HeaderClassName
{
color: #CBA82D;
}
.AnyTagClassName
{
color: #CBA82D;
}
</style>
background-color css
<style>
a { background-color: #CBA82D; }
a { background-color: rgb(203,168,45); }
div.DivClassName
{
background-color: #CBA82D;
}
.BgClassName
{
background-color: #CBA82D;
}
</style>
border-color css
<style>
span { border-color: #CBA82D; }
span { border-color: rgb(203,168,45); }
td.TdClassName
{
border-color: #CBA82D;
}
.TagClassName
{
border-color: #CBA82D;
}
</style>