Shades of Metallic Gold #CBAD32
Tints of Metallic Gold #CBAD32
RGB
CMYK
RGB Variations
Color information
#CBAD32 (or 0xCBAD32) is known color: Metallic Gold. HEX triplet: CB, AD and 32. RGB value is (203,173,50). Sum of RGB (Red+Green+Blue) = 203+173+50=426 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.65% from 426); Green value is 173 (67.97% from 255 or 40.61% from 426); Blue value is 50 (19.92% from 255 or 11.74% from 426); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAD32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBAD32 is #3452CD. Grayscale: #A8A8A8. Windows color (decimal): -3429070 or 3321291. OLE color: 3321291.
HSL color Cylindrical-coordinate representation of color #CBAD32: hue angle of 48.24º degrees, saturation: 0.6, 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 #CBAD32 is Cyan = 0, Magento = 0.15, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 173 | 50 | - |
| CMYK | 0 | 0.15 | 0.75 | 0.20 |
| HSL | 48.24º | 0.6% | 0.5% | - |
| HSV(B) | 48.24º | 0.75% | 0.8% | - |
| XYZ | 40.15 | 42.81 | 9.17 | - |
| YUV | 167.95 | 61.44 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 173 | 50 | 0 | 0.15 | 0.75 | 0.20 | 48.24 | 0.6 | 0.5 |
| Hex | CB | AD | 32 | 0 | F | 4B | 14 | 30 | 3C | 32 |
| Octal | 313 | 255 | 62 | 0 | 17 | 113 | 24 | 60 | 74 | 62 |
| Binary | 11001011 | 10101101 | 110010 | 0 | 1111 | 1001011 | 10100 | 110000 | 111100 | 110010 |
Color Harmonies of #CBAD32
Complementary color
Monochromatic Colors of #CBAD32
Black with #CBAD32
Text Example
Text Example
White with #CBAD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAD32; }
p { color: rgb(203,173,50); }
H1.HeaderClassName
{
color: #CBAD32;
}
.AnyTagClassName
{
color: #CBAD32;
}
</style>
background-color css
<style>
a { background-color: #CBAD32; }
a { background-color: rgb(203,173,50); }
div.DivClassName
{
background-color: #CBAD32;
}
.BgClassName
{
background-color: #CBAD32;
}
</style>
border-color css
<style>
span { border-color: #CBAD32; }
span { border-color: rgb(203,173,50); }
td.TdClassName
{
border-color: #CBAD32;
}
.TagClassName
{
border-color: #CBAD32;
}
</style>