Shades of Metallic Gold #CFAB34
Tints of Metallic Gold #CFAB34
RGB
CMYK
RGB Variations
Color information
#CFAB34 (or 0xCFAB34) is known color: Metallic Gold. HEX triplet: CF, AB and 34. RGB value is (207,171,52). Sum of RGB (Red+Green+Blue) = 207+171+52=430 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.14% from 430); Green value is 171 (67.19% from 255 or 39.77% from 430); Blue value is 52 (20.70% from 255 or 12.09% from 430); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAB34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAB34 is #3054CB. Grayscale: #A8A8A8. Windows color (decimal): -3167436 or 3451855. OLE color: 3451855.
HSL color Cylindrical-coordinate representation of color #CFAB34: hue angle of 46.06º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CFAB34 is Cyan = 0, Magento = 0.17, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 171 | 52 | - |
| CMYK | 0 | 0.17 | 0.75 | 0.19 |
| HSL | 46.06º | 0.62% | 0.51% | - |
| HSV(B) | 46.06º | 0.75% | 0.81% | - |
| XYZ | 40.91 | 42.64 | 9.32 | - |
| YUV | 168.2 | 62.43 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 171 | 52 | 0 | 0.17 | 0.75 | 0.19 | 46.06 | 0.62 | 0.51 |
| Hex | CF | AB | 34 | 0 | 11 | 4B | 13 | 2E | 3E | 33 |
| Octal | 317 | 253 | 64 | 0 | 21 | 113 | 23 | 56 | 76 | 63 |
| Binary | 11001111 | 10101011 | 110100 | 0 | 10001 | 1001011 | 10011 | 101110 | 111110 | 110011 |
Color Harmonies of #CFAB34
Complementary color
Monochromatic Colors of #CFAB34
Black with #CFAB34
Text Example
Text Example
White with #CFAB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAB34; }
p { color: rgb(207,171,52); }
H1.HeaderClassName
{
color: #CFAB34;
}
.AnyTagClassName
{
color: #CFAB34;
}
</style>
background-color css
<style>
a { background-color: #CFAB34; }
a { background-color: rgb(207,171,52); }
div.DivClassName
{
background-color: #CFAB34;
}
.BgClassName
{
background-color: #CFAB34;
}
</style>
border-color css
<style>
span { border-color: #CFAB34; }
span { border-color: rgb(207,171,52); }
td.TdClassName
{
border-color: #CFAB34;
}
.TagClassName
{
border-color: #CFAB34;
}
</style>