Shades of Metallic Gold #CBA430
Tints of Metallic Gold #CBA430
RGB
CMYK
RGB Variations
Color information
#CBA430 (or 0xCBA430) is known color: Metallic Gold. HEX triplet: CB, A4 and 30. RGB value is (203,164,48). Sum of RGB (Red+Green+Blue) = 203+164+48=415 (54% of max value = 765). Red value is 203 (79.69% from 255 or 48.92% from 415); Green value is 164 (64.45% from 255 or 39.52% from 415); Blue value is 48 (19.14% from 255 or 11.57% from 415); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA430 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA430 is #345BCF. Grayscale: #A2A2A2. Windows color (decimal): -3431376 or 3187915. OLE color: 3187915.
HSL color Cylindrical-coordinate representation of color #CBA430: hue angle of 44.9º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CBA430 is Cyan = 0, Magento = 0.19, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 164 | 48 | - |
| CMYK | 0 | 0.19 | 0.76 | 0.20 |
| HSL | 44.9º | 0.62% | 0.49% | - |
| HSV(B) | 44.9º | 0.76% | 0.8% | - |
| XYZ | 38.44 | 39.46 | 8.39 | - |
| YUV | 162.44 | 63.42 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 164 | 48 | 0 | 0.19 | 0.76 | 0.20 | 44.9 | 0.62 | 0.49 |
| Hex | CB | A4 | 30 | 0 | 13 | 4C | 14 | 2D | 3E | 31 |
| Octal | 313 | 244 | 60 | 0 | 23 | 114 | 24 | 55 | 76 | 61 |
| Binary | 11001011 | 10100100 | 110000 | 0 | 10011 | 1001100 | 10100 | 101101 | 111110 | 110001 |
Color Harmonies of #CBA430
Complementary color
Monochromatic Colors of #CBA430
Black with #CBA430
Text Example
Text Example
White with #CBA430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA430; }
p { color: rgb(203,164,48); }
H1.HeaderClassName
{
color: #CBA430;
}
.AnyTagClassName
{
color: #CBA430;
}
</style>
background-color css
<style>
a { background-color: #CBA430; }
a { background-color: rgb(203,164,48); }
div.DivClassName
{
background-color: #CBA430;
}
.BgClassName
{
background-color: #CBA430;
}
</style>
border-color css
<style>
span { border-color: #CBA430; }
span { border-color: rgb(203,164,48); }
td.TdClassName
{
border-color: #CBA430;
}
.TagClassName
{
border-color: #CBA430;
}
</style>