Shades of Metallic Gold #CBAF2F
Tints of Metallic Gold #CBAF2F
RGB
CMYK
RGB Variations
Color information
#CBAF2F (or 0xCBAF2F) is known color: Metallic Gold. HEX triplet: CB, AF and 2F. RGB value is (203,175,47). Sum of RGB (Red+Green+Blue) = 203+175+47=425 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.76% from 425); Green value is 175 (68.75% from 255 or 41.18% from 425); Blue value is 47 (18.75% from 255 or 11.06% from 425); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAF2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBAF2F is #3450D0. Grayscale: #A9A9A9. Windows color (decimal): -3428561 or 3125195. OLE color: 3125195.
HSL color Cylindrical-coordinate representation of color #CBAF2F: hue angle of 49.23º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CBAF2F is Cyan = 0, Magento = 0.14, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 175 | 47 | - |
| CMYK | 0 | 0.14 | 0.77 | 0.20 |
| HSL | 49.23º | 0.62% | 0.49% | - |
| HSV(B) | 49.23º | 0.77% | 0.8% | - |
| XYZ | 40.47 | 43.56 | 8.96 | - |
| YUV | 168.78 | 59.28 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 175 | 47 | 0 | 0.14 | 0.77 | 0.20 | 49.23 | 0.62 | 0.49 |
| Hex | CB | AF | 2F | 0 | E | 4D | 14 | 31 | 3E | 31 |
| Octal | 313 | 257 | 57 | 0 | 16 | 115 | 24 | 61 | 76 | 61 |
| Binary | 11001011 | 10101111 | 101111 | 0 | 1110 | 1001101 | 10100 | 110001 | 111110 | 110001 |
Color Harmonies of #CBAF2F
Complementary color
Monochromatic Colors of #CBAF2F
Black with #CBAF2F
Text Example
Text Example
White with #CBAF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAF2F; }
p { color: rgb(203,175,47); }
H1.HeaderClassName
{
color: #CBAF2F;
}
.AnyTagClassName
{
color: #CBAF2F;
}
</style>
background-color css
<style>
a { background-color: #CBAF2F; }
a { background-color: rgb(203,175,47); }
div.DivClassName
{
background-color: #CBAF2F;
}
.BgClassName
{
background-color: #CBAF2F;
}
</style>
border-color css
<style>
span { border-color: #CBAF2F; }
span { border-color: rgb(203,175,47); }
td.TdClassName
{
border-color: #CBAF2F;
}
.TagClassName
{
border-color: #CBAF2F;
}
</style>