Shades of Metallic Gold #CBA43F
Tints of Metallic Gold #CBA43F
RGB
CMYK
RGB Variations
Color information
#CBA43F (or 0xCBA43F) is known color: Metallic Gold. HEX triplet: CB, A4 and 3F. RGB value is (203,164,63). Sum of RGB (Red+Green+Blue) = 203+164+63=430 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.21% from 430); Green value is 164 (64.45% from 255 or 38.14% from 430); Blue value is 63 (25% from 255 or 14.65% from 430); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA43F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA43F is #345BC0. Grayscale: #A4A4A4. Windows color (decimal): -3431361 or 4170955. OLE color: 4170955.
HSL color Cylindrical-coordinate representation of color #CBA43F: hue angle of 43.29º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CBA43F is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 164 | 63 | - |
| CMYK | 0 | 0.19 | 0.69 | 0.20 |
| HSL | 43.29º | 0.57% | 0.52% | - |
| HSV(B) | 43.29º | 0.69% | 0.8% | - |
| XYZ | 38.8 | 39.61 | 10.3 | - |
| YUV | 164.15 | 70.92 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 164 | 63 | 0 | 0.19 | 0.69 | 0.20 | 43.29 | 0.57 | 0.52 |
| Hex | CB | A4 | 3F | 0 | 13 | 45 | 14 | 2B | 39 | 34 |
| Octal | 313 | 244 | 77 | 0 | 23 | 105 | 24 | 53 | 71 | 64 |
| Binary | 11001011 | 10100100 | 111111 | 0 | 10011 | 1000101 | 10100 | 101011 | 111001 | 110100 |
Color Harmonies of #CBA43F
Complementary color
Monochromatic Colors of #CBA43F
Black with #CBA43F
Text Example
Text Example
White with #CBA43F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA43F; }
p { color: rgb(203,164,63); }
H1.HeaderClassName
{
color: #CBA43F;
}
.AnyTagClassName
{
color: #CBA43F;
}
</style>
background-color css
<style>
a { background-color: #CBA43F; }
a { background-color: rgb(203,164,63); }
div.DivClassName
{
background-color: #CBA43F;
}
.BgClassName
{
background-color: #CBA43F;
}
</style>
border-color css
<style>
span { border-color: #CBA43F; }
span { border-color: rgb(203,164,63); }
td.TdClassName
{
border-color: #CBA43F;
}
.TagClassName
{
border-color: #CBA43F;
}
</style>