Shades of Metallic Gold #CBAF31
Tints of Metallic Gold #CBAF31
RGB
CMYK
RGB Variations
Color information
#CBAF31 (or 0xCBAF31) is known color: Metallic Gold. HEX triplet: CB, AF and 31. RGB value is (203,175,49). Sum of RGB (Red+Green+Blue) = 203+175+49=427 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.54% from 427); Green value is 175 (68.75% from 255 or 40.98% from 427); Blue value is 49 (19.53% from 255 or 11.48% from 427); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAF31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBAF31 is #3450CE. Grayscale: #A9A9A9. Windows color (decimal): -3428559 or 3256267. OLE color: 3256267.
HSL color Cylindrical-coordinate representation of color #CBAF31: hue angle of 49.09º degrees, saturation: 0.61, 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 #CBAF31 is Cyan = 0, Magento = 0.14, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 175 | 49 | - |
| CMYK | 0 | 0.14 | 0.76 | 0.20 |
| HSL | 49.09º | 0.61% | 0.49% | - |
| HSV(B) | 49.09º | 0.76% | 0.8% | - |
| XYZ | 40.51 | 43.58 | 9.18 | - |
| YUV | 169.01 | 60.28 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 175 | 49 | 0 | 0.14 | 0.76 | 0.20 | 49.09 | 0.61 | 0.49 |
| Hex | CB | AF | 31 | 0 | E | 4C | 14 | 31 | 3D | 31 |
| Octal | 313 | 257 | 61 | 0 | 16 | 114 | 24 | 61 | 75 | 61 |
| Binary | 11001011 | 10101111 | 110001 | 0 | 1110 | 1001100 | 10100 | 110001 | 111101 | 110001 |
Color Harmonies of #CBAF31
Complementary color
Monochromatic Colors of #CBAF31
Black with #CBAF31
Text Example
Text Example
White with #CBAF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAF31; }
p { color: rgb(203,175,49); }
H1.HeaderClassName
{
color: #CBAF31;
}
.AnyTagClassName
{
color: #CBAF31;
}
</style>
background-color css
<style>
a { background-color: #CBAF31; }
a { background-color: rgb(203,175,49); }
div.DivClassName
{
background-color: #CBAF31;
}
.BgClassName
{
background-color: #CBAF31;
}
</style>
border-color css
<style>
span { border-color: #CBAF31; }
span { border-color: rgb(203,175,49); }
td.TdClassName
{
border-color: #CBAF31;
}
.TagClassName
{
border-color: #CBAF31;
}
</style>